Shades of Neon Blue #2037FA
Tints of Neon Blue #2037FA
RGB
CMYK
RGB Variations
Color information
#2037FA (or 0x2037FA) is known color: Neon Blue. HEX triplet: 20, 37 and FA. RGB value is (32,55,250). Sum of RGB (Red+Green+Blue) = 32+55+250=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #2037FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2037FA is #DFC805. Grayscale: #454545. Windows color (decimal): -14665734 or 16398112. OLE color: 16398112.
HSL color Cylindrical-coordinate representation of color #2037FA: hue angle of 233.67º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2037FA is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 55 | 250 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.02 |
| HSL | 233.67º | 0.96% | 0.55% | - |
| HSV(B) | 233.67º | 0.87% | 0.98% | - |
| XYZ | 19.22 | 9.94 | 91.35 | - |
| YUV | 70.35 | 229.38 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 250 | 0.87 | 0.78 | 0 | 0.02 | 233.67 | 0.96 | 0.55 |
| Hex | 20 | 37 | FA | 57 | 4E | 0 | 2 | EA | 60 | 37 |
| Octal | 40 | 67 | 372 | 127 | 116 | 0 | 2 | 352 | 140 | 67 |
| Binary | 100000 | 110111 | 11111010 | 1010111 | 1001110 | 0 | 10 | 11101010 | 1100000 | 110111 |
Color Harmonies of #2037FA
Complementary color
Monochromatic Colors of #2037FA
Black with #2037FA
Text Example
Text Example
White with #2037FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2037FA; }
p { color: rgb(32,55,250); }
H1.HeaderClassName
{
color: #2037FA;
}
.AnyTagClassName
{
color: #2037FA;
}
</style>
background-color css
<style>
a { background-color: #2037FA; }
a { background-color: rgb(32,55,250); }
div.DivClassName
{
background-color: #2037FA;
}
.BgClassName
{
background-color: #2037FA;
}
</style>
border-color css
<style>
span { border-color: #2037FA; }
span { border-color: rgb(32,55,250); }
td.TdClassName
{
border-color: #2037FA;
}
.TagClassName
{
border-color: #2037FA;
}
</style>