Shades of Neon Blue #2037FD
Tints of Neon Blue #2037FD
RGB
CMYK
RGB Variations
Color information
#2037FD (or 0x2037FD) is known color: Neon Blue. HEX triplet: 20, 37 and FD. RGB value is (32,55,253). Sum of RGB (Red+Green+Blue) = 32+55+253=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 253 (99.22% from 255 or 74.41% from 340); Max value from RGB is 253 - color contains mainly: blue. Hex color #2037FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2037FD is #DFC802. Grayscale: #454545. Windows color (decimal): -14665731 or 16594720. OLE color: 16594720.
HSL color Cylindrical-coordinate representation of color #2037FD: hue angle of 233.76º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2037FD is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 55 | 253 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.01 |
| HSL | 233.76º | 0.98% | 0.56% | - |
| HSV(B) | 233.76º | 0.87% | 0.99% | - |
| XYZ | 19.69 | 10.13 | 93.85 | - |
| YUV | 70.7 | 230.88 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 253 | 0.87 | 0.78 | 0 | 0.01 | 233.76 | 0.98 | 0.56 |
| Hex | 20 | 37 | FD | 57 | 4E | 0 | 1 | EA | 62 | 38 |
| Octal | 40 | 67 | 375 | 127 | 116 | 0 | 1 | 352 | 142 | 70 |
| Binary | 100000 | 110111 | 11111101 | 1010111 | 1001110 | 0 | 1 | 11101010 | 1100010 | 111000 |
Color Harmonies of #2037FD
Complementary color
Monochromatic Colors of #2037FD
Black with #2037FD
Text Example
Text Example
White with #2037FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2037FD; }
p { color: rgb(32,55,253); }
H1.HeaderClassName
{
color: #2037FD;
}
.AnyTagClassName
{
color: #2037FD;
}
</style>
background-color css
<style>
a { background-color: #2037FD; }
a { background-color: rgb(32,55,253); }
div.DivClassName
{
background-color: #2037FD;
}
.BgClassName
{
background-color: #2037FD;
}
</style>
border-color css
<style>
span { border-color: #2037FD; }
span { border-color: rgb(32,55,253); }
td.TdClassName
{
border-color: #2037FD;
}
.TagClassName
{
border-color: #2037FD;
}
</style>