Shades of Neon Blue #2039F6
Tints of Neon Blue #2039F6
RGB
CMYK
RGB Variations
Color information
#2039F6 (or 0x2039F6) is known color: Neon Blue. HEX triplet: 20, 39 and F6. RGB value is (32,57,246). Sum of RGB (Red+Green+Blue) = 32+57+246=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 246 (96.48% from 255 or 73.43% from 335); Max value from RGB is 246 - color contains mainly: blue. Hex color #2039F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2039F6 is #DFC609. Grayscale: #464646. Windows color (decimal): -14665226 or 16136480. OLE color: 16136480.
HSL color Cylindrical-coordinate representation of color #2039F6: hue angle of 232.99º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2039F6 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 57 | 246 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.04 |
| HSL | 232.99º | 0.92% | 0.55% | - |
| HSV(B) | 232.99º | 0.87% | 0.96% | - |
| XYZ | 18.69 | 9.89 | 88.11 | - |
| YUV | 71.07 | 226.72 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 246 | 0.87 | 0.77 | 0 | 0.04 | 232.99 | 0.92 | 0.55 |
| Hex | 20 | 39 | F6 | 57 | 4D | 0 | 4 | E9 | 5C | 37 |
| Octal | 40 | 71 | 366 | 127 | 115 | 0 | 4 | 351 | 134 | 67 |
| Binary | 100000 | 111001 | 11110110 | 1010111 | 1001101 | 0 | 100 | 11101001 | 1011100 | 110111 |
Color Harmonies of #2039F6
Complementary color
Monochromatic Colors of #2039F6
Black with #2039F6
Text Example
Text Example
White with #2039F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2039F6; }
p { color: rgb(32,57,246); }
H1.HeaderClassName
{
color: #2039F6;
}
.AnyTagClassName
{
color: #2039F6;
}
</style>
background-color css
<style>
a { background-color: #2039F6; }
a { background-color: rgb(32,57,246); }
div.DivClassName
{
background-color: #2039F6;
}
.BgClassName
{
background-color: #2039F6;
}
</style>
border-color css
<style>
span { border-color: #2039F6; }
span { border-color: rgb(32,57,246); }
td.TdClassName
{
border-color: #2039F6;
}
.TagClassName
{
border-color: #2039F6;
}
</style>