Antec VISION PWM 120mm ARGB Reverse Infinity Mirror Case Fan 3 Pack Black - Antec | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Antec

Antec VISION PWM 120mm ARGB Reverse Infinity Mirror Case Fan 3 Pack Black

SKU: VISION 120R 3PK
R 409.00
In Stock

Quick Specs

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

Quick Specs

  • Experience mesmerising infinite mirror effects.
  • Enjoy vibrant ARGB lighting customisation.
  • Optimise cooling with PWM reverse fan speed control.
  • Maintain quiet operation with a hydraulic bearing.
  • Ensure longevity with a 30,000-hour lifespan.

A Visual Symphony for Your PC

Antec's VISION 120R ARGB Reverse PWM fan is more than just a cooling solution; it's a statement. Designed for PC enthusiasts who demand both performance and aesthetics, this three-pack transforms your computer into a showcase of vibrant colour and mesmerizing visual effects. The infinite mirror design creates an illusion of endless depth, captivating onlookers and setting your build apart. This Antec Vision 120 is an ideal 120mm PC fan for any system.

Cooling Performance Meets Quiet Operation

These fans aren't just about looks. Each VISION 120R fan delivers impressive airflow, ensuring your components stay cool, even during intense gaming sessions or demanding workloads. The PWM control allows for precise fan speed adjustments, balancing cooling efficiency with whisper-quiet operation, thanks to its hydraulic bearing design. Whether you're a gamer, content creator, or simply a PC enthusiast, these fans provide the thermal performance you need without the noise. The 120mm PC fan design ensures optimal compatibility and easy installation.

Customise Your Lighting Experience

Take control of your system's lighting with the VISION 120R's ARGB compatibility. With a wide array of colours and dynamic lighting effects, you can create the perfect ambience to match your style or mood. Sync the fans with your motherboard or other ARGB components for a unified lighting scheme that truly reflects your personal taste. Enhance your PC with this stunning PWM case fan.

Built to Last

Durability is key, and the Antec VISION 120R fans are built to last. Featuring a high-quality hydraulic bearing, these fans are rated for a lifespan of 30,000 hours. This ensures long-lasting, reliable performance, giving you peace of mind knowing your investment is protected. Antec delivers premium cooling solutions, and this 120mm PC fan is no exception.

FEATURES:

  • Sleek ARGB linear lighting
  • Reverse fan blades design
  • Infinity mirror LED
  • Various gorgeous display effects
  • Silent case fans with silicone rubber anti-vibration pads
  • 4-PIN PWM fan design with up to 800~1800RPM fan speed
  • 30,000-hour long-lifespan
  • Pack of 3 120mm fans

SPECIFICATIONS:

  • Fan Type: ARGB PWM Fan
  • Bearing Type: Hydraulic Bearing
  • Fan Speed: 800 ± 10% ~ 1800 ± 10% RPM
  • Airflow: 44.5 CFM
  • Air Pressure: 1.36 mmH₂O
  • Fan Noise Level: 29 dB(A)
  • Lifespan: 30,000 hrs / 25°C
  • Connector:
    • Fan: 4-pin PWM
    • ARGB: 3-pin
  • Rated Voltage Fan: DC 12V / ARGB: DC 5V
  • Operating Voltage Fan:
    • DC 6 ~ 13.2V
    • ARGB: DC 4.5 ~ 5.2V
  • Rated Current:
    • Fan: 0.22 ± 10%A
    • ARGB: 0.80 ± 10%A
  • Product Dimensions: 12 x 12 x 2.5 cm

WHAT'S IN THE BOX:

  • Antec VISION 120R ARGB PWM Reverse Infinite Mirror Fan - Black x3
Brand Antec
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 12 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

PCBuilder Tempest Chill 120MM ARGB Inner Glow Fan
PCBuilder

PCBuilder Tempest Chill 120MM ARGB Inner Glow Fan

R 99.00

Only 1 left - order soon!

DeepCool FL12 SE 3-in-1 ARGB 120mm Fan 3 Pack - White
DEEPCOOL

DeepCool FL12 SE 3-in-1 ARGB 120mm Fan 3 Pack - White

R 459.00

In Stock

DeepCool FL12R SE 3-in-1 ARGB 120mm PWM 3 Fan Pack - Black
DEEPCOOL

DeepCool FL12R SE 3-in-1 ARGB 120mm PWM 3 Fan Pack - Black

R 469.00

Out of Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!