{"product_id":"createx-airbrush-colors-fluorescent-antifreeze-green-5411","title":"Createx Airbrush Colors Fluorescent Antifreeze Green 5411","description":"\u003cstyle\u003e\n  .createx-5411 {\n    --cx-text: #1f2937;\n    --cx-muted: #4b5563;\n    --cx-border: #d1d5db;\n    --cx-heading: #111827;\n    --cx-link: #000000;\n    --cx-hover: #f37021;\n    --cx-note-bg: #fff7ed;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--cx-text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .createx-5411,\n  .createx-5411 *,\n  .createx-5411 *::before,\n  .createx-5411 *::after {\n    box-sizing: border-box;\n  }\n\n  .createx-5411 h2,\n  .createx-5411 h3 {\n    margin-top: 0;\n    color: var(--cx-heading);\n    line-height: 1.3;\n  }\n\n  .createx-5411 h2 {\n    margin-bottom: 14px;\n    font-size: clamp(25px, 4vw, 35px);\n  }\n\n  .createx-5411 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .createx-5411 p {\n    margin: 0 0 16px;\n  }\n\n  .createx-5411 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .createx-5411 li {\n    margin-bottom: 9px;\n  }\n\n  .createx-5411 strong {\n    color: #000000;\n    font-weight: 700;\n  }\n\n  .createx-5411 a,\n  .createx-5411 a:visited {\n    color: var(--cx-link) !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .createx-5411 a:hover,\n  .createx-5411 a:focus-visible {\n    color: var(--cx-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .createx-5411 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--cx-hover);\n    outline-offset: 3px;\n  }\n\n  .createx-5411 .cx-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f7fff1, #e6f3d7);\n    border: 1px solid var(--cx-border);\n    border-radius: 12px;\n  }\n\n  .createx-5411 .cx-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #4b681d;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.25px;\n    text-transform: uppercase;\n  }\n\n  .createx-5411 .cx-intro {\n    max-width: 900px;\n    color: var(--cx-muted);\n  }\n\n  .createx-5411 .cx-stack {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .createx-5411 .cx-card,\n  .createx-5411 .cx-section {\n    width: 100%;\n    background: #ffffff;\n    border: 1px solid var(--cx-border);\n    border-radius: 10px;\n  }\n\n  .createx-5411 .cx-card {\n    padding: 22px;\n  }\n\n  .createx-5411 .cx-section {\n    margin-bottom: 24px;\n    padding: 24px;\n  }\n\n  .createx-5411 .cx-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .createx-5411 .cx-specs th,\n  .createx-5411 .cx-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .createx-5411 .cx-specs th {\n    width: 30%;\n    color: var(--cx-heading);\n    font-weight: 700;\n  }\n\n  .createx-5411 .cx-specs tr:last-child th,\n  .createx-5411 .cx-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .createx-5411 .cx-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--cx-note-bg);\n    border: 1px solid var(--cx-hover);\n    border-left: 4px solid var(--cx-hover);\n    border-radius: 8px;\n  }\n\n  .createx-5411 .cx-note p {\n    margin: 0;\n  }\n\n  .createx-5411 .cx-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--cx-border);\n    border-radius: 8px;\n  }\n\n  body .createx-5411 .cx-faq summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    margin: 0;\n    padding: 16px 48px 16px 17px;\n    color: var(--cx-heading) !important;\n    background: #ffffff;\n    font-family: Arial, Helvetica, sans-serif !important;\n    font-size: 16px !important;\n    font-weight: 700 !important;\n    line-height: 1.45 !important;\n    letter-spacing: 0 !important;\n    text-align: left;\n    text-transform: none !important;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .createx-5411 .cx-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .createx-5411 .cx-faq summary::marker {\n    content: \"\";\n  }\n\n  .createx-5411 .cx-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 17px;\n    color: var(--cx-hover);\n    font-size: 23px;\n    font-weight: 400;\n    line-height: 1;\n    transform: translateY(-50%);\n  }\n\n  .createx-5411 .cx-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .createx-5411 .cx-faq details[open] summary {\n    background: #fafafa;\n  }\n\n  body .createx-5411 .cx-faq-answer {\n    padding: 0 17px 17px !important;\n    color: var(--cx-muted) !important;\n    font-family: Arial, Helvetica, sans-serif !important;\n    font-size: 17px !important;\n    font-weight: 400 !important;\n    line-height: 1.7 !important;\n  }\n\n  body .createx-5411 .cx-faq-answer p {\n    margin: 0 !important;\n    color: inherit !important;\n    font-family: inherit !important;\n    font-size: inherit !important;\n    line-height: inherit !important;\n  }\n\n  @media screen and (max-width: 700px) {\n    .createx-5411 {\n      font-size: 16px;\n    }\n\n    .createx-5411 .cx-card,\n    .createx-5411 .cx-section {\n      padding: 19px;\n    }\n\n    .createx-5411 .cx-specs th,\n    .createx-5411 .cx-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .createx-5411 .cx-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .createx-5411 .cx-specs td {\n      padding-top: 1px;\n    }\n\n    body .createx-5411 .cx-faq summary {\n      padding: 14px 42px 14px 14px !important;\n      font-size: 15px !important;\n    }\n\n    body .createx-5411 .cx-faq-answer {\n      padding: 0 14px 14px !important;\n      font-size: 16px !important;\n      line-height: 1.65 !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"createx-5411\"\u003e\n\n  \u003csection class=\"cx-hero\"\u003e\n    \u003cspan class=\"cx-label\"\u003eCreatex Fluorescent Airbrush Color\u003c\/span\u003e\n\n    \u003ch2\u003eCreatex Airbrush Colors Fluorescent Antifreeze Green 5411\u003c\/h2\u003e\n\n    \u003cp class=\"cx-intro\"\u003e\n      \u003cstrong\u003eCreatex Airbrush Colors Fluorescent Antifreeze Green 5411\u003c\/strong\u003e\n      is a fluorescent airbrush color from the original Createx Airbrush Colors\n      line. Designed for vivid neon-style applications, this transparent-spraying\n      fluorescent color is available in multiple bottle sizes for individual\n      projects, regular studio use, and higher-volume painting.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"cx-stack\"\u003e\n\n    \u003csection class=\"cx-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          Fluorescent Antifreeze Green from\n          \u003cstrong\u003eCreatex Airbrush Colors\u003c\/strong\u003e.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Product color code \u003cstrong\u003e5411\u003c\/strong\u003e.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Water-based acrylic airbrush paint.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Transparent-spraying fluorescent color.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Designed for vivid neon-style graphics and airbrush applications.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Createx recommends a \u003cstrong\u003e0.5mm airbrush tip size\u003c\/strong\u003e\n          for its Airbrush Colors fluorescent range.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          May be thinned with \u003cstrong\u003eCreatex 4011 Reducer\u003c\/strong\u003e\n          for increased transparency or use with smaller airbrush tip sizes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Suitable for fabric, art, hobby, craft, wood, and other compatible\n          Createx Airbrush Colors applications.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Available in \u003cstrong\u003e2oz, 4oz, 8oz, 16oz, and 32oz\u003c\/strong\u003e sizes.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"cx-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"cx-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eCreatex\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Line\u003c\/th\u003e\n            \u003ctd\u003eCreatex Airbrush Colors\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n            \u003ctd\u003eFluorescent Antifreeze Green\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eColor Code\u003c\/th\u003e\n            \u003ctd\u003e5411\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eColor Family\u003c\/th\u003e\n            \u003ctd\u003eGreen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eColor Type\u003c\/th\u003e\n            \u003ctd\u003eFluorescent\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003ePaint Type\u003c\/th\u003e\n            \u003ctd\u003eWater-based acrylic airbrush paint\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSpray Character\u003c\/th\u003e\n            \u003ctd\u003eTransparent\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eRecommended Tip Size\u003c\/th\u003e\n            \u003ctd\u003e0.5mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Reducer\u003c\/th\u003e\n            \u003ctd\u003eCreatex 4011 Reducer\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n            \u003ctd\u003e2oz, 4oz, 8oz, 16oz, 32oz\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003ePrimary Use\u003c\/th\u003e\n            \u003ctd\u003eAirbrush, art, hobby, craft, and fabric painting\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eFluorescent Antifreeze Green\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Fluorescent Antifreeze Green provides a vivid green fluorescent color\n      for designs that call for bright neon-style visual impact.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      It can be used for lettering, graphics, highlights, patterns, accents,\n      illustrations, apparel artwork, hobby projects, and other applications\n      where a fluorescent green color is desired.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eCreatex Airbrush Colors\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Createx Airbrush Colors are the original airbrush paint line from Createx.\n      They are water-based acrylic paints developed to provide bright,\n      saturated color and a soft feel when applied to fabric.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The line is also suitable for a variety of art, hobby, craft, and wood\n      applications, making it useful for both textile artists and general\n      airbrush painters.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eTransparent-Spraying Fluorescent Color\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Createx fluorescent Airbrush Colors spray transparent out of the bottle.\n      Because the color is transparent, the underlying base has a direct effect\n      on the final fluorescent appearance.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Multiple controlled passes can be used to build color strength while\n      retaining the characteristic brightness and transparency of the\n      fluorescent color.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eAirbrush Tip Size\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Createx specifies a \u003cstrong\u003e0.5mm airbrush tip size\u003c\/strong\u003e as the\n      standard starting point for its Airbrush Colors fluorescent range.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Smaller tip sizes may require additional reduction and appropriate air\n      pressure adjustments to achieve consistent atomization.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eReducing with 4011 Reducer\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Createx 4011 Reducer may be added when additional transparency or improved\n      flow through smaller airbrush tip sizes is required.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Add reducer gradually and test the mixture according to the airbrush,\n      tip size, air pressure, environmental conditions, and painting technique\n      being used.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eFabric and Textile Applications\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Createx Airbrush Colors were developed with fabric painting in mind.\n      Their softer acrylic resin allows the paint to absorb into fabric more\n      readily than harder-surface paint systems.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Fluorescent Antifreeze Green can be incorporated into apparel graphics,\n      textile artwork, lettering, patterns, highlights, and other fabric\n      airbrush applications.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eArt, Hobby and Craft Applications\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Beyond fabric, Createx Airbrush Colors can be used for a variety of art,\n      hobby, craft, and decorative painting projects.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Fluorescent Antifreeze Green can add bright color to illustrations,\n      custom artwork, signs, decorative pieces, hobby projects, and compatible\n      painted surfaces.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eWood and Decorative Projects\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Createx identifies wood as another suitable application for the Airbrush\n      Colors range.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Proper surface preparation and an appropriate base can help create a\n      consistent foundation before applying transparent fluorescent color.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eBuilding Fluorescent Color\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Apply Fluorescent Antifreeze Green in controlled passes rather than trying\n      to create full color intensity in a single heavy coat.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Building several lighter passes gives the painter greater control over\n      coverage and helps maintain the transparent fluorescent character of the\n      paint.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eBase Color and Fluorescent Appearance\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Because fluorescent Airbrush Colors are transparent, the color underneath\n      the paint influences the finished appearance.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A clean and appropriately prepared base allows the fluorescent layer to\n      develop more predictably than applying it over inconsistent or heavily\n      varied underlying colors.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eExterior Applications\u003c\/h3\u003e\n\n    \u003cp\u003e\n      For exterior work, Createx recommends applying fluorescent colors over a\n      color-keyed AutoBorne Sealer base.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Follow the current Createx preparation, application, curing, and finishing\n      recommendations for the specific substrate and coating system being used.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eAvailable Sizes\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003e\n        \u003cstrong\u003e2oz – 5411-02:\u003c\/strong\u003e compact size for smaller projects,\n        testing, and regular airbrush use.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003e4oz – 5411-04:\u003c\/strong\u003e useful mid-size bottle for repeat\n        projects and general studio use.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003e8oz – 5411-08:\u003c\/strong\u003e larger option for frequent painting\n        and projects requiring more material.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003e16oz – 5411-16:\u003c\/strong\u003e high-volume size for regular studio,\n        textile, and production use.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003e32oz – 5411-32:\u003c\/strong\u003e bulk size for studios and\n        high-volume airbrush applications.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eSuggested Uses\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eAirbrush artwork\u003c\/li\u003e\n      \u003cli\u003eFluorescent and neon-style graphics\u003c\/li\u003e\n      \u003cli\u003eT-shirts and textile painting\u003c\/li\u003e\n      \u003cli\u003eLettering and custom graphics\u003c\/li\u003e\n      \u003cli\u003eIllustration and artwork\u003c\/li\u003e\n      \u003cli\u003eHobby and craft projects\u003c\/li\u003e\n      \u003cli\u003eWood and decorative painting\u003c\/li\u003e\n      \u003cli\u003eBright green accents and highlights\u003c\/li\u003e\n      \u003cli\u003eSigns, patterns, and graphic elements\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eHow to Use\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eShake or mix the paint thoroughly before use.\u003c\/li\u003e\n\n      \u003cli\u003e\n        Apply over a clean and properly prepared compatible surface.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Use a 0.5mm airbrush tip size as the standard starting point for\n        Createx fluorescent Airbrush Colors.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Apply controlled passes rather than one excessively heavy application.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Allow each pass to develop before building additional fluorescent color.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Thin with Createx 4011 Reducer when increased transparency or use with\n        smaller airbrush tip sizes is required.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        For exterior applications, use the appropriate color-keyed AutoBorne\n        Sealer base and follow the current Createx finishing system.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Clean airbrush equipment according to the applicable Createx cleaning\n        recommendations after use.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"cx-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eFluorescent Color Notice:\u003c\/strong\u003e Createx states that fluorescent\n      colors are not lightfast. Fluorescent pigments naturally degrade over\n      time, so fluorescent colors should not be treated as permanent,\n      lightfast colors.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cx-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eTransparency Notice:\u003c\/strong\u003e Createx Airbrush Colors fluorescent\n      colors spray transparent. The substrate and underlying base color can\n      affect the final appearance.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cx-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eExterior Application Notice:\u003c\/strong\u003e Createx recommends applying\n      fluorescent colors over a color-keyed AutoBorne Sealer base for exterior\n      applications.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cx-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eColor Notice:\u003c\/strong\u003e Screen settings, lighting, substrate color,\n      basecoat, application thickness, and viewing conditions can affect how\n      Fluorescent Antifreeze Green appears.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cx-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eSafety Notice:\u003c\/strong\u003e Follow all instructions, safety\n      information, and precautions supplied by Createx for the paint and any\n      reducers, additives, sealers, or finishing products used with it.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eRecommended For\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eAirbrush artists\u003c\/li\u003e\n      \u003cli\u003eTextile and T-shirt painters\u003c\/li\u003e\n      \u003cli\u003eIllustrators\u003c\/li\u003e\n      \u003cli\u003eHobby painters\u003c\/li\u003e\n      \u003cli\u003eCraft and decorative artists\u003c\/li\u003e\n      \u003cli\u003eFluorescent and neon-style artwork\u003c\/li\u003e\n      \u003cli\u003eBright green graphics and accents\u003c\/li\u003e\n      \u003cli\u003eStudio and production airbrush use\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section cx-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is Createx Fluorescent Antifreeze Green 5411?\u003c\/summary\u003e\n\n      \u003cdiv class=\"cx-faq-answer\"\u003e\n        \u003cp\u003e\n          5411 is Fluorescent Antifreeze Green from the Createx Airbrush Colors\n          fluorescent range.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich sizes are available?\u003c\/summary\u003e\n\n      \u003cdiv class=\"cx-faq-answer\"\u003e\n        \u003cp\u003e\n          Fluorescent Antifreeze Green 5411 is available here in 2oz, 4oz,\n          8oz, 16oz, and 32oz size options.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat are the SKUs for each size?\u003c\/summary\u003e\n\n      \u003cdiv class=\"cx-faq-answer\"\u003e\n        \u003cp\u003e\n          The SKUs are 5411-02 for 2oz, 5411-04 for 4oz, 5411-08 for 8oz,\n          5411-16 for 16oz, and 5411-32 for 32oz.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this a water-based airbrush paint?\u003c\/summary\u003e\n\n      \u003cdiv class=\"cx-faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Createx Airbrush Colors are water-based acrylic paints developed\n          for airbrush painting.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Createx fluorescent paint spray transparent?\u003c\/summary\u003e\n\n      \u003cdiv class=\"cx-faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Createx describes its Airbrush Colors fluorescent range as\n          transparent-spraying colors.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat airbrush tip size is recommended?\u003c\/summary\u003e\n\n      \u003cdiv class=\"cx-faq-answer\"\u003e\n        \u003cp\u003e\n          Createx specifies a 0.5mm airbrush tip size as the standard starting\n          point for its fluorescent Airbrush Colors.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan Fluorescent Antifreeze Green be reduced?\u003c\/summary\u003e\n\n      \u003cdiv class=\"cx-faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Createx 4011 Reducer may be used for increased transparency and\n          for use with smaller airbrush tip sizes.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eAre Createx fluorescent colors lightfast?\u003c\/summary\u003e\n\n      \u003cdiv class=\"cx-faq-answer\"\u003e\n        \u003cp\u003e\n          No. Createx specifically states that its fluorescent colors are not\n          lightfast and will degrade with exposure over time.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan Createx Airbrush Colors be used on fabric?\u003c\/summary\u003e\n\n      \u003cdiv class=\"cx-faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Createx Airbrush Colors were developed with fabric applications\n          in mind and use a softer acrylic resin that works well on textiles.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this paint be used for exterior projects?\u003c\/summary\u003e\n\n      \u003cdiv class=\"cx-faq-answer\"\u003e\n        \u003cp\u003e\n          For exterior applications, Createx recommends applying fluorescent\n          colors over a color-keyed AutoBorne Sealer base and following the\n          appropriate Createx finishing system.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eExplore More Createx Paints\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Browse more products from\n      \u003ca href=\"https:\/\/spraygunner.com\/collections\/createx-brand\"\u003eCreatex Colors\u003c\/a\u003e\n      or explore more airbrush paints and accessories for your next project.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Createx","offers":[{"title":"2oz","offer_id":47506638569634,"sku":"5411-02","price":3.61,"currency_code":"USD","in_stock":true},{"title":"4oz","offer_id":47506638602402,"sku":"5411-04","price":5.62,"currency_code":"USD","in_stock":true},{"title":"8oz","offer_id":47506638635170,"sku":"5411-08","price":10.87,"currency_code":"USD","in_stock":true},{"title":"16oz","offer_id":47506638667938,"sku":"5411-16","price":20.0,"currency_code":"USD","in_stock":true},{"title":"32oz","offer_id":47506638700706,"sku":"5411-32","price":33.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/Createx_Airbrush_Colors_Fluorescent_Antifreeze_Green_5411_-_2oz.webp?v=1786555499","url":"https:\/\/spraygunner.com\/products\/createx-airbrush-colors-fluorescent-antifreeze-green-5411","provider":"SprayGunner","version":"1.0","type":"link"}