FORD FRENCH ELECTRICITY BLUE NKT | OEMatch Basecoat (2025)

The Spray Source

Search

FORD FRENCH ELECTRICITY BLUE NKT | OEMatch Basecoat (3)

At Your Service

Our expert support team is available to help you and resolve yourqueries.

  • FAQ's
  • CHAT NOW
  • TEXT US: 508-316-9868
  • CALL US: 508-316-9868
  • EMAIL US:help@thespraysource.com
  • Track my orderViewmy rewards
  • Return policy
  • Close - Back To Shopping

Learn with us 0 Your cart

Your cart is currently empty.

    • View all
    • Painted Samples
      • View all
      • Shop All Kits
      • How To Choose A Kit
      • Step By Step Guide
    • Basecoats
    • Clearcoat
    • Primer
    • Aerosol Spray Cans
    • OEMatch Basecoats
    • Candy Paint
    • View all
    • Linear Blocking Tools
    • Primer
    • Sanders
    • Other Tools
    • View all
      • View all
      • The Spray Source
      • Luma Exodus
      • Sagola
      • Walcom
      • Sata
      • Devilbiss
      • Iwata
      • 3m
      • View all
      • Spray Paint Gun Light
      • Exodus Spray Guns
      • Spray Suits
      • Other Products
      • View all
      • Regulators
      • Hoses, Fittings, Couplers
    • Airbrush Equipment
    • View all
      • View all
      • Q1 Tape
      • FBS
      • JTape
    • Paint Stands
    • Collision Edge
    • Masking Tools
    • View all
    • Pre-Sprayed Samples
    • Mystery Boxes
    • Apparel and Merch
    • Paint Stands
    • General Accessories
    • Luma III
    • View all
    • Wet Sand Paper
    • Detailing Kits
    • Detailing Pads
    • ATV/Boat/Motorcycle Detailing
    • Tech Talks
    • Technical Data Sheets
      • Automotive Installs
      • Contact Us
      • Sign Up For Newsletter
    • Frequently Asked Questions
      • Shipping
      • Privacy
      • Terms Of Service
    • Tax Exempt Form
  • Peelable Paint Accessories
  • Clearance

Painted Samples

Custom Basecoats

Vehicle Paint Kits

Clearcoats

Primers

Candy Paint

Spray Cans

OEM Paint

Sale One Off Colors

Up To 65% OFF

Luma iii

Linear Blocks

Dry Pigments

Bike Kits

Detailing

Masking

Spray Guns

Merch

FORD FRENCH ELECTRICITY BLUE NKT | OEMatch Basecoat (32)
Basecoat Only
Vehicle Paint Kit
Spray Can

Regular price $363.18 USD$363.18 USD

Regular price Sale price $363.18 USD$363.18 USD

Save

/

Brand:

Year:

Color Code:

Color Name:

Size

FORD FRENCH ELECTRICITY BLUE NKT | OEMatch Basecoat (33)

  • Free Domestic Shipping $500+
  • In stock, ready to ship
  • Backordered, shipping soon
  • Made to exact OEM specifications
  • Great Blend-able Matches

Make: FORD

Color Name: FRENCH ELECTRICITY BLUE

Color Code & Reference code: NKT

Years: /

Models:

Color Type:

Mix Ratio If "Non-Reduced":1:1 (Basecoat : Ar-30xx Reducer)

Features:

  • OEM Matching Color:Exact match for FORD NKT FRENCH ELECTRICITY BLUE
  • High Durability:UV-resistant and weatherproof for long-lasting color protection
  • Easy Application:Suitable for professionals and DIY restorers alike
  • Available in Multiple Sizes:Perfect for touch-ups or full vehicle repaints
  • Professional Grade Formula:Ensures consistent color accuracy and superior performance
  • Compatible with Clearcoats:Achieve enhanced gloss and protection when paired with Alpha Automotive Clearcoats

Click HERE to search for another colorcode you don't see on our website yet! We have formulas for 75,000+ colors but don't have all of them on the website yet! This Search tool allows you to see all 75,000+ and purchase!

-Free Ground Shipping in the lower 48 USA on orders over $500 (Not free to Alaska, Hawaii, & US territories)

-We ship both domestic (USA) as well as internationally. There are a few limitations for international orders. We cannot ship hazardous materials via air, so when it comes to paint, body filler, or other hazmat items we cannot ship it internationally or to places that require air shipping (Alazka, Hawaii, etc) .

-Multiple shipping options on non hazardous materials ( UPS, USPS, Overnight etc)

-Qualifying international orders are shipped via UPS or DHL. Most countries there are 3 day options.

-During sales or other high volume days, expect 2-5 days to process the order.

-Normal conditions, we ship same or next day. Mixed paint can take 1-3 days depending on the backlog.

Read our full Shipping Policy Here

All of our OEMatch colors are designed to be over a Gray Primer/Sealer. These sealers included in all of our paint kits!

  • ShareFacebook
  • ShareX
  • Pin itPinterest

'; html += '' html += ''; html += '

'; $("#wrap_popup3").find('.box').empty(); $("#wrap_popup3").find('.box').append(html); $("#bundle-sticky_add_to_cart").hide(); $('#wrap_popup3').fadeIn(250); $('#shopify-section-header').css('position','absolute'); $('#shopify-section-header').css('z-index','0'); $('.wrap3').show(); }); $(document).on("change",".variants-chk-lbl",function(ev) { $(this).toggleClass("active"); }); $(document).on("click",".rec-atc-sb",function(ev) { ev.preventDefault(); var cur_btn = $(this); var checkedVals = $('.variants-chk:checkbox:checked').map(function() { return this.value; }).get(); if(checkedVals.length == 0){ alert('Please select at-least one variant.'); return; } cur_btn.html('Adding to cart'); var item_arr = []; $.each(checkedVals, (i,d) => { var item_obj = {}; item_obj.quantity = 1; item_obj.id = Number(d); item_arr.push(item_obj); }); if(item_arr.length > 0){ $.ajax({ type: 'POST', url: '/cart/add.js', data: {items : item_arr}, dataType: 'json', error: function(data) { if(data.statusText !== 'OK'){ var error_json = JSON.parse(data.responseText); alert(error_json.description); } cur_btn.html('+'); return; }, success: function (res) { console.log(res); console.log("success"); cur_btn.html('Added to cart'); //window.location.replace(live_cart_url); setTimeout(function(){ cur_btn.html('+'); },5000) } }); } });$(document).on("click",".recommended_atc_nv",function(ev) { ev.preventDefault(); var cur_btn = $(this); cur_btn.html('Adding to cart'); var item_arr = []; var item_obj = {}; item_obj.quantity = 1; item_obj.id = Number($(this).data('vid')); item_arr.push(item_obj); console.log(item_arr) if(item_arr.length > 0){ $.ajax({ type: 'POST', url: '/cart/add.js', data: {items : item_arr}, dataType: 'json', error: function(data) { console.error(data); if(data.statusText !== 'OK'){ var error_json = JSON.parse(data.responseText); console.log(error_json) alert(error_json.description); } cur_btn.html('+'); return; }, success: function (res) { console.log(res); console.log("success"); cur_btn.html('Added to cart'); setTimeout(function(){ cur_btn.html('+'); },5000) } }); }});$.ajax({ url: "https://apps.ecomeasy.io/the-spray-source/get-recommended-products.php?id=7688273199222", method: "get", success: function (res) { console.log(res); if(res.data){ var html = ""; $.each(res.data, (i,d) => { html += '

'+ d.section_title +'

'; $.each(d.section_data, (s_i,s_d) => { html += '

'; html += '

' html += ''; if(s_d.image_src){ html += ''; } html += ""; html += ''; html += '

'; if(s_d.variants[0].title == "Default Title"){ html += ''; }else{ html += ''; } html += '

'; }); html += '

'; }); $(".product-recommended-holder").append(html); } }});

FORD FRENCH ELECTRICITY BLUE NKT | OEMatch Basecoat (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Carmelo Roob

Last Updated:

Views: 6070

Rating: 4.4 / 5 (45 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Carmelo Roob

Birthday: 1995-01-09

Address: Apt. 915 481 Sipes Cliff, New Gonzalobury, CO 80176

Phone: +6773780339780

Job: Sales Executive

Hobby: Gaming, Jogging, Rugby, Video gaming, Handball, Ice skating, Web surfing

Introduction: My name is Carmelo Roob, I am a modern, handsome, delightful, comfortable, attractive, vast, good person who loves writing and wants to share my knowledge and understanding with you.