Antec Luna 360 ARGB CPU Liquid Cooler - Black - Antec | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Antec

Antec Luna 360 ARGB CPU Liquid Cooler - Black

SKU: LUNA 360 ARGB
R 1 049.00
In Stock

Upgrade your PC cooling performance with the Antec Luna 360 ARGB CPU Liquid Cooler, a powerful all-in-one liquid cooling solution designed for gamers, creators, and high-performance PC builds. Featuring an eye-catching infinity mirror pump head design, the Luna 360 creates stunning multi-layered...

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

Frequently Bought Together

Upgrade your PC cooling performance with the Antec Luna 360 ARGB CPU Liquid Cooler, a powerful all-in-one liquid cooling solution designed for gamers, creators, and high-performance PC builds. Featuring an eye-catching infinity mirror pump head design, the Luna 360 creates stunning multi-layered lighting effects that add depth and style to any setup while maintaining exceptional thermal performance. Whether you're pushing your CPU during intense gaming sessions or heavy workloads, this cooler delivers reliable heat dissipation and stable performance for modern processors.

Engineered for both performance and durability, the Luna 360 utilises a massive copper base plate and high-density aluminium radiator to maximise heat transfer efficiency. Paired with three PWM ARGB 120mm fans, the cooler delivers strong airflow and optimised static pressure while keeping noise levels controlled for a quieter system. With elastic high-density tubing, efficient coolant flow of ≥2000 mL/min, and broad compatibility across the latest Intel and AMD sockets, the Luna 360 provides a versatile cooling upgrade that fits perfectly into modern gaming and workstation builds.

FEATURES:

  • Striking multi-layer ARGB lighting creates dynamic visual depth, enhancing the aesthetics of your gaming PC.
  • Includes 3 x 120mm PWM fans with speeds ranging from 800±200 to 1800±10% RPM, delivering up to 67.62 CFM airflow.
  • Superior fin density improves heat dissipation, ensuring optimal cooling performance during demanding workloads.
  • Provides enhanced thermal conductivity and efficient heat transfer from the CPU to the coolant.
  • Operates at 2600±10% RPM, delivering a flow rate of ≥2000 mL/min and 2M water pressure for consistent cooling efficiency.
  • Elastic and reinforced tubing improves durability and reduces coolant evaporation over time.
  • Supports Intel LGA 115X / 1200 / 1366 / 1700 / 20XX and AMD AM3 / AM4 / AM5, making it ideal for modern and legacy systems.
  • Both pump and fans feature up to 40,000 hours lifespan, ensuring reliable long-term operation.

SPECIFICATIONS:

  • Pump:
    • Dimensions: ¢ 74.5 x 53.5 mm
    • Rating Voltage: DC 12 V
    • Minimum Startup Voltage: ≥ 6.5 V
    • Fan Speed: 2600± 10% RPM
    • Rated Current: 0.35 A
    • Consumed Power: 4.2W
    • Flow Rate: ≥2000 mL/min
    • Water Pressure: 2M
    • Operation Temperature: -10℃~+60C
    • Fan Noise Level: ≤23 dB(A)
    • Lifespan: 40,000 hours
    • Connector: PUMP : 3-pin | LED : 3-pin
  • Fan:
    • Type: PWM Fan
    • Dimensions: 120 x 120 x 25 mm
    • Bearing Type: Hydraulic Bearing
    • LED Type: Addressable RGB
    • Fan Speed: 800±200~1800± 10% RPM
    • Airflow: 67.62 CFM (max.)
    • Air Pressure: 2.09 mmH2O (max.)
    • Fan Noise Level: 33.05 dB(A)
    • Lifespan: 40,000 hours
    • Connector: PH2.0 7pin (PWM+ARGB)
    • Rated Voltage: FAN : DC 12 V | LED: DC 5 V
    • Operation Voltage: FAN : DC 7-13.2 V | LED: DC 4.5-5.5 V
    • Rated Current: FAN: 0.35 A | LED : 0.18 A
    • Material: Aluminium
  • Compatibility:
    • Intel: LGA 115X/1200/1366/1700/20XX/1851
    • AMD: AM3/AM4/AM5
  • Radiator Dimensions: 39.4 x 12 x 2.7 cm
  • Colour: Black
  • Product Weight: 1300g

WHAT'S IN THE BOX:

  • Antec Luna 360 ARGB CPU Liquid Cooler - Black x1
  • Mounting kit x1
Brand Antec
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 24 Months
0.0
0 reviews
Login to Review

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

Related Products

DeepCool LM240 ARGB 240mm AiO CPU Liquid Cooler - White
DEEPCOOL

DeepCool LM240 ARGB 240mm AiO CPU Liquid Cooler - White

R 1 299.00

In Stock

ASUS Prime LC 240 ARGB Liquid CPU Cooler
ASUS

ASUS Prime LC 240 ARGB Liquid CPU Cooler

R 2 849.00

Only 1 left - order soon!

Antec Skeleton 360 ARGB CPU Liquid Cooler White
Antec

Antec Skeleton 360 ARGB CPU Liquid Cooler White

R 1 439.00

In 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!