Shades of Neon Blue #4237DF
Tints of Neon Blue #4237DF
RGB
CMYK
RGB Variations
Color information
#4237DF (or 0x4237DF) is known color: Neon Blue. HEX triplet: 42, 37 and DF. RGB value is (66,55,223). Sum of RGB (Red+Green+Blue) = 66+55+223=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #4237DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4237DF is #BDC820. Grayscale: #4C4C4C. Windows color (decimal): -12437537 or 14628674. OLE color: 14628674.
HSL color Cylindrical-coordinate representation of color #4237DF: hue angle of 243.93º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4237DF is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 55 | 223 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.13 |
| HSL | 243.93º | 0.72% | 0.55% | - |
| HSV(B) | 243.93º | 0.75% | 0.87% | - |
| XYZ | 16.93 | 9.22 | 70.7 | - |
| YUV | 77.44 | 210.14 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 223 | 0.70 | 0.75 | 0 | 0.13 | 243.93 | 0.72 | 0.55 |
| Hex | 42 | 37 | DF | 46 | 4B | 0 | D | F4 | 48 | 37 |
| Octal | 102 | 67 | 337 | 106 | 113 | 0 | 15 | 364 | 110 | 67 |
| Binary | 1000010 | 110111 | 11011111 | 1000110 | 1001011 | 0 | 1101 | 11110100 | 1001000 | 110111 |
Color Harmonies of #4237DF
Complementary color
Monochromatic Colors of #4237DF
Black with #4237DF
Text Example
Text Example
White with #4237DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4237DF; }
p { color: rgb(66,55,223); }
H1.HeaderClassName
{
color: #4237DF;
}
.AnyTagClassName
{
color: #4237DF;
}
</style>
background-color css
<style>
a { background-color: #4237DF; }
a { background-color: rgb(66,55,223); }
div.DivClassName
{
background-color: #4237DF;
}
.BgClassName
{
background-color: #4237DF;
}
</style>
border-color css
<style>
span { border-color: #4237DF; }
span { border-color: rgb(66,55,223); }
td.TdClassName
{
border-color: #4237DF;
}
.TagClassName
{
border-color: #4237DF;
}
</style>