{"product_id":"wicked-fluorescent-antifreeze-green-w119","title":"Wicked Fluorescent Antifreeze Green W119","description":"\u003cstyle\u003e\n  .createx-w119 {\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-w119,\n  .createx-w119 *,\n  .createx-w119 *::before,\n  .createx-w119 *::after {\n    box-sizing: border-box;\n  }\n\n  .createx-w119 h2,\n  .createx-w119 h3 {\n    margin-top: 0;\n    color: var(--cx-heading);\n    line-height: 1.3;\n  }\n\n  .createx-w119 h2 {\n    margin-bottom: 14px;\n    font-size: clamp(25px, 4vw, 35px);\n  }\n\n  .createx-w119 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .createx-w119 p {\n    margin: 0 0 16px;\n  }\n\n  .createx-w119 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .createx-w119 li {\n    margin-bottom: 9px;\n  }\n\n  .createx-w119 strong {\n    color: #000000;\n    font-weight: 700;\n  }\n\n  .createx-w119 a,\n  .createx-w119 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-w119 a:hover,\n  .createx-w119 a:focus-visible {\n    color: var(--cx-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .createx-w119 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--cx-hover);\n    outline-offset: 3px;\n  }\n\n  .createx-w119 .cx-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f7fff2, #e8f5dc);\n    border: 1px solid var(--cx-border);\n    border-radius: 12px;\n  }\n\n  .createx-w119 .cx-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #4d6b20;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.25px;\n    text-transform: uppercase;\n  }\n\n  .createx-w119 .cx-intro {\n    max-width: 900px;\n    color: var(--cx-muted);\n  }\n\n  .createx-w119 .cx-stack {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .createx-w119 .cx-card,\n  .createx-w119 .cx-section {\n    width: 100%;\n    background: #ffffff;\n    border: 1px solid var(--cx-border);\n    border-radius: 10px;\n  }\n\n  .createx-w119 .cx-card {\n    padding: 22px;\n  }\n\n  .createx-w119 .cx-section {\n    margin-bottom: 24px;\n    padding: 24px;\n  }\n\n  .createx-w119 .cx-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .createx-w119 .cx-specs th,\n  .createx-w119 .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-w119 .cx-specs th {\n    width: 30%;\n    color: var(--cx-heading);\n    font-weight: 700;\n  }\n\n  .createx-w119 .cx-specs tr:last-child th,\n  .createx-w119 .cx-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .createx-w119 .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-w119 .cx-note p {\n    margin: 0;\n  }\n\n  .createx-w119 .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-w119 .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-w119 .cx-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .createx-w119 .cx-faq summary::marker {\n    content: \"\";\n  }\n\n  .createx-w119 .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-w119 .cx-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .createx-w119 .cx-faq details[open] summary {\n    background: #fafafa;\n  }\n\n  body .createx-w119 .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-w119 .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-w119 {\n      font-size: 16px;\n    }\n\n    .createx-w119 .cx-card,\n    .createx-w119 .cx-section {\n      padding: 19px;\n    }\n\n    .createx-w119 .cx-specs th,\n    .createx-w119 .cx-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .createx-w119 .cx-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .createx-w119 .cx-specs td {\n      padding-top: 1px;\n    }\n\n    body .createx-w119 .cx-faq summary {\n      padding: 14px 42px 14px 14px !important;\n      font-size: 15px !important;\n    }\n\n    body .createx-w119 .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-w119\"\u003e\n\n  \u003csection class=\"cx-hero\"\u003e\n    \u003cspan class=\"cx-label\"\u003eCreatex Wicked Fluorescent Airbrush Color\u003c\/span\u003e\n\n    \u003ch2\u003eWicked Fluorescent Antifreeze Green W119\u003c\/h2\u003e\n\n    \u003cp class=\"cx-intro\"\u003e\n      \u003cstrong\u003eWicked Fluorescent Antifreeze Green W119\u003c\/strong\u003e is a fluorescent\n      airbrush color from the Createx Wicked Colors line. Wicked Fluorescent\n      colors are transparent-spraying neon graphic colors designed for vivid\n      fluorescent applications across a variety of creative and custom-painting\n      projects.\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 color from\n          \u003cstrong\u003eCreatex Wicked Colors\u003c\/strong\u003e.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Product color code \u003cstrong\u003eW119\u003c\/strong\u003e.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Transparent-spraying fluorescent color.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Designed for airbrush and custom-painting applications.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Createx recommends a \u003cstrong\u003e0.5mm airbrush tip size\u003c\/strong\u003e\n          for Wicked Fluorescent colors.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          May be thinned with \u003cstrong\u003eCreatex 4011 Reducer\u003c\/strong\u003e\n          for increased transparency and smaller airbrush tip sizes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Wicked Colors are suitable for multiple surfaces including textile,\n          hard surfaces, canvas, paper, plastic, and wood.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Available in \u003cstrong\u003e2oz, 16oz, and 32oz\u003c\/strong\u003e size options.\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\u003eWicked 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\u003eW119\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 airbrush color\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, 16oz, 32oz\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      Wicked Fluorescent Antifreeze Green delivers the distinctive visual\n      character expected from a fluorescent green while expanding the Wicked\n      Colors fluorescent range with an Antifreeze Green color option.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Fluorescent colors are especially useful when a design calls for vivid\n      neon-style accents, graphics, highlights, lettering, patterns, and other\n      high-impact painted details.\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 Wicked Fluorescent colors spray transparent out of the bottle.\n      The underlying base color therefore has a significant effect on the\n      finished fluorescent appearance.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Controlled overlapping passes can be used to gradually increase color\n      strength while maintaining the transparent character of the fluorescent\n      paint.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eBest Results Over a Color-Keyed Base\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Createx recommends applying Wicked Fluorescent colors over a color-keyed\n      base when long-term appearance is important.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      For exterior applications, Createx specifically recommends a\n      color-keyed AutoBorne Sealer base beneath the fluorescent color.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eAirbrush Tip Size and Reduction\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Wicked Fluorescent colors are designed to spray through a\n      \u003cstrong\u003e0.5mm airbrush tip size\u003c\/strong\u003e without reduction under suitable\n      conditions.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Createx 4011 Reducer may be added when increased transparency or improved\n      atomization through smaller airbrush tip sizes is required.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eMulti-Surface Wicked Colors Formula\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Wicked Colors are multi-surface airbrush colors developed for use across\n      textile, hard surfaces, canvas, paper, plastic, wood, and other compatible\n      painting surfaces.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      This versatility makes Wicked Colors useful for illustration, custom\n      graphics, hobby projects, automotive-style artwork, textile work, and\n      other airbrush applications.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cx-section\"\u003e\n    \u003ch3\u003eHard-Surface Applications\u003c\/h3\u003e\n\n    \u003cp\u003e\n      For hard-surface and automotive applications, Createx recommends adding\n      4030 Intercoat to Wicked Colors at approximately 10% to 25% by volume.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Follow the current Createx technical data and preparation instructions\n      for the specific surface, primer, clear, and application 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 – W119-02:\u003c\/strong\u003e compact size suited to individual\n        projects and regular airbrush use.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003e16oz – W119-16:\u003c\/strong\u003e larger size for frequent use and\n        higher-volume projects.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003e32oz – W119-32:\u003c\/strong\u003e bulk size for studios,\n        production work, and high-volume use.\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\u003eCustom airbrush graphics\u003c\/li\u003e\n      \u003cli\u003eFluorescent and neon-style artwork\u003c\/li\u003e\n      \u003cli\u003eAutomotive-style custom graphics\u003c\/li\u003e\n      \u003cli\u003eTextile and fabric artwork\u003c\/li\u003e\n      \u003cli\u003eCanvas and illustration work\u003c\/li\u003e\n      \u003cli\u003ePlastic and compatible hard surfaces\u003c\/li\u003e\n      \u003cli\u003eWood and decorative projects\u003c\/li\u003e\n      \u003cli\u003eHobby and custom-painting applications\u003c\/li\u003e\n      \u003cli\u003eBright fluorescent accents and details\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 color thoroughly before use.\u003c\/li\u003e\n\n      \u003cli\u003e\n        Apply over a properly prepared and 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        Wicked Fluorescent colors.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Apply controlled passes and allow each coat to develop before building\n        additional color.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Thin with Createx 4011 Reducer when increased transparency or a smaller\n        airbrush tip size is required.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Use a suitable color-keyed base where maximum fluorescent appearance\n        and better long-term color presentation are desired.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Follow the appropriate Createx preparation and finishing system for the\n        surface being painted.\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. Fluorescence is produced by pigments that\n      naturally degrade over time, so fluorescent colors are not intended as\n      permanent colors.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cx-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eBase Color Notice:\u003c\/strong\u003e Wicked Fluorescent colors are\n      transparent. The color and brightness of the underlying base can affect\n      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 For exterior applications,\n      Createx recommends applying Wicked Fluorescent colors over a color-keyed\n      AutoBorne Sealer base and following the appropriate Createx finishing\n      system.\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 may affect the\n      appearance of Fluorescent Antifreeze Green.\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 provided by Createx for the product and\n      associated reducers, additives, and finishing materials.\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\u003eCustom painters\u003c\/li\u003e\n      \u003cli\u003eIllustrators\u003c\/li\u003e\n      \u003cli\u003eTextile artists\u003c\/li\u003e\n      \u003cli\u003eAutomotive-style graphics\u003c\/li\u003e\n      \u003cli\u003eHobby and model projects\u003c\/li\u003e\n      \u003cli\u003eFluorescent and neon-style designs\u003c\/li\u003e\n      \u003cli\u003eHigh-impact green accents\u003c\/li\u003e\n      \u003cli\u003eProfessional and studio 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 Wicked Fluorescent Antifreeze Green W119?\u003c\/summary\u003e\n\n      \u003cdiv class=\"cx-faq-answer\"\u003e\n        \u003cp\u003e\n          W119 is Fluorescent Antifreeze Green from the Createx Wicked Colors\n          fluorescent airbrush color 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          Wicked Fluorescent Antifreeze Green is available here in 2oz,\n          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 2oz size is W119-02, the 16oz size is W119-16, and the\n          32oz size is W119-32.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Wicked Fluorescent paint spray transparent?\u003c\/summary\u003e\n\n      \u003cdiv class=\"cx-faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Createx describes its Wicked Fluorescent colors as transparent\n          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 recommends a 0.5mm airbrush tip size for Wicked Fluorescent\n          colors.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan Wicked Fluorescent colors 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          to assist 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 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 fade over time.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan Wicked Colors be used on different surfaces?\u003c\/summary\u003e\n\n      \u003cdiv class=\"cx-faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Createx identifies Wicked Fluorescent colors as multi-surface\n          airbrush colors suitable for textile, hard surfaces, canvas, paper,\n          plastic, wood, and other compatible applications.\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 additional\n      \u003ca href=\"https:\/\/spraygunner.com\/collections\/createx-wicked-colors\"\u003eCreatex Wicked Colors\u003c\/a\u003e.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Createx","offers":[{"title":"2oz","offer_id":47506636505250,"sku":"W119-02","price":5.3,"currency_code":"USD","in_stock":true},{"title":"16oz","offer_id":47506636538018,"sku":"W119-16","price":21.0,"currency_code":"USD","in_stock":true},{"title":"32oz","offer_id":47506636570786,"sku":"W119-32","price":31.68,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/W119-02_e18b078c-93ec-4d67-9af5-c33e5e5a7fb7.webp?v=1786555902","url":"https:\/\/spraygunner.com\/products\/wicked-fluorescent-antifreeze-green-w119","provider":"SprayGunner","version":"1.0","type":"link"}