Shades of Neon Blue #4237FF
Tints of Neon Blue #4237FF
RGB
CMYK
RGB Variations
Color information
#4237FF (or 0x4237FF) is known color: Neon Blue. HEX triplet: 42, 37 and FF. RGB value is (66,55,255). Sum of RGB (Red+Green+Blue) = 66+55+255=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #4237FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4237FF is #BDC800. Grayscale: #505050. Windows color (decimal): -12437505 or 16725826. OLE color: 16725826.
HSL color Cylindrical-coordinate representation of color #4237FF: hue angle of 243.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4237FF is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 55 | 255 | - |
| CMYK | 0.74 | 0.78 | 0 | 0 |
| HSL | 243.3º | 1% | 0.61% | - |
| HSV(B) | 243.3º | 0.78% | 1% | - |
| XYZ | 21.66 | 11.11 | 95.61 | - |
| YUV | 81.09 | 226.14 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 255 | 0.74 | 0.78 | 0 | 0 | 243.3 | 1 | 0.61 |
| Hex | 42 | 37 | FF | 4A | 4E | 0 | 0 | F3 | 64 | 3D |
| Octal | 102 | 67 | 377 | 112 | 116 | 0 | 0 | 363 | 144 | 75 |
| Binary | 1000010 | 110111 | 11111111 | 1001010 | 1001110 | 0 | 0 | 11110011 | 1100100 | 111101 |
Color Harmonies of #4237FF
Complementary color
Monochromatic Colors of #4237FF
Black with #4237FF
Text Example
Text Example
White with #4237FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4237FF; }
p { color: rgb(66,55,255); }
H1.HeaderClassName
{
color: #4237FF;
}
.AnyTagClassName
{
color: #4237FF;
}
</style>
background-color css
<style>
a { background-color: #4237FF; }
a { background-color: rgb(66,55,255); }
div.DivClassName
{
background-color: #4237FF;
}
.BgClassName
{
background-color: #4237FF;
}
</style>
border-color css
<style>
span { border-color: #4237FF; }
span { border-color: rgb(66,55,255); }
td.TdClassName
{
border-color: #4237FF;
}
.TagClassName
{
border-color: #4237FF;
}
</style>