Shades of Neon Blue #2037FF
Tints of Neon Blue #2037FF
RGB
CMYK
RGB Variations
Color information
#2037FF (or 0x2037FF) is known color: Neon Blue. HEX triplet: 20, 37 and FF. RGB value is (32,55,255). Sum of RGB (Red+Green+Blue) = 32+55+255=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #2037FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2037FF is #DFC800. Grayscale: #464646. Windows color (decimal): -14665729 or 16725792. OLE color: 16725792.
HSL color Cylindrical-coordinate representation of color #2037FF: hue angle of 233.81º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2037FF is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 55 | 255 | - |
| CMYK | 0.87 | 0.78 | 0 | 0 |
| HSL | 233.81º | 1% | 0.56% | - |
| HSV(B) | 233.81º | 0.87% | 1% | - |
| XYZ | 20.01 | 10.26 | 95.53 | - |
| YUV | 70.92 | 231.88 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 255 | 0.87 | 0.78 | 0 | 0 | 233.81 | 1 | 0.56 |
| Hex | 20 | 37 | FF | 57 | 4E | 0 | 0 | EA | 64 | 38 |
| Octal | 40 | 67 | 377 | 127 | 116 | 0 | 0 | 352 | 144 | 70 |
| Binary | 100000 | 110111 | 11111111 | 1010111 | 1001110 | 0 | 0 | 11101010 | 1100100 | 111000 |
Color Harmonies of #2037FF
Complementary color
Monochromatic Colors of #2037FF
Black with #2037FF
Text Example
Text Example
White with #2037FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2037FF; }
p { color: rgb(32,55,255); }
H1.HeaderClassName
{
color: #2037FF;
}
.AnyTagClassName
{
color: #2037FF;
}
</style>
background-color css
<style>
a { background-color: #2037FF; }
a { background-color: rgb(32,55,255); }
div.DivClassName
{
background-color: #2037FF;
}
.BgClassName
{
background-color: #2037FF;
}
</style>
border-color css
<style>
span { border-color: #2037FF; }
span { border-color: rgb(32,55,255); }
td.TdClassName
{
border-color: #2037FF;
}
.TagClassName
{
border-color: #2037FF;
}
</style>