Shades of Neon Blue #4237DD
Tints of Neon Blue #4237DD
RGB
CMYK
RGB Variations
Color information
#4237DD (or 0x4237DD) is known color: Neon Blue. HEX triplet: 42, 37 and DD. RGB value is (66,55,221). Sum of RGB (Red+Green+Blue) = 66+55+221=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #4237DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4237DD is #BDC822. Grayscale: #4C4C4C. Windows color (decimal): -12437539 or 14497602. OLE color: 14497602.
HSL color Cylindrical-coordinate representation of color #4237DD: hue angle of 243.98º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4237DD is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 55 | 221 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.13 |
| HSL | 243.98º | 0.71% | 0.54% | - |
| HSV(B) | 243.98º | 0.75% | 0.87% | - |
| XYZ | 16.66 | 9.11 | 69.29 | - |
| YUV | 77.21 | 209.14 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 221 | 0.70 | 0.75 | 0 | 0.13 | 243.98 | 0.71 | 0.54 |
| Hex | 42 | 37 | DD | 46 | 4B | 0 | D | F4 | 47 | 36 |
| Octal | 102 | 67 | 335 | 106 | 113 | 0 | 15 | 364 | 107 | 66 |
| Binary | 1000010 | 110111 | 11011101 | 1000110 | 1001011 | 0 | 1101 | 11110100 | 1000111 | 110110 |
Color Harmonies of #4237DD
Complementary color
Monochromatic Colors of #4237DD
Black with #4237DD
Text Example
Text Example
White with #4237DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4237DD; }
p { color: rgb(66,55,221); }
H1.HeaderClassName
{
color: #4237DD;
}
.AnyTagClassName
{
color: #4237DD;
}
</style>
background-color css
<style>
a { background-color: #4237DD; }
a { background-color: rgb(66,55,221); }
div.DivClassName
{
background-color: #4237DD;
}
.BgClassName
{
background-color: #4237DD;
}
</style>
border-color css
<style>
span { border-color: #4237DD; }
span { border-color: rgb(66,55,221); }
td.TdClassName
{
border-color: #4237DD;
}
.TagClassName
{
border-color: #4237DD;
}
</style>