Shades of Neon Blue #4245EC
Tints of Neon Blue #4245EC
RGB
CMYK
RGB Variations
Color information
#4245EC (or 0x4245EC) is known color: Neon Blue. HEX triplet: 42, 45 and EC. RGB value is (66,69,236). Sum of RGB (Red+Green+Blue) = 66+69+236=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #4245EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4245EC is #BDBA13. Grayscale: #565656. Windows color (decimal): -12433940 or 15484226. OLE color: 15484226.
HSL color Cylindrical-coordinate representation of color #4245EC: hue angle of 238.94º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4245EC is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 69 | 236 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.07 |
| HSL | 238.94º | 0.82% | 0.59% | - |
| HSV(B) | 238.94º | 0.72% | 0.93% | - |
| XYZ | 19.52 | 11.47 | 80.54 | - |
| YUV | 87.14 | 212.01 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 236 | 0.72 | 0.71 | 0 | 0.07 | 238.94 | 0.82 | 0.59 |
| Hex | 42 | 45 | EC | 48 | 47 | 0 | 7 | EF | 52 | 3B |
| Octal | 102 | 105 | 354 | 110 | 107 | 0 | 7 | 357 | 122 | 73 |
| Binary | 1000010 | 1000101 | 11101100 | 1001000 | 1000111 | 0 | 111 | 11101111 | 1010010 | 111011 |
Color Harmonies of #4245EC
Complementary color
Monochromatic Colors of #4245EC
Black with #4245EC
Text Example
Text Example
White with #4245EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4245EC; }
p { color: rgb(66,69,236); }
H1.HeaderClassName
{
color: #4245EC;
}
.AnyTagClassName
{
color: #4245EC;
}
</style>
background-color css
<style>
a { background-color: #4245EC; }
a { background-color: rgb(66,69,236); }
div.DivClassName
{
background-color: #4245EC;
}
.BgClassName
{
background-color: #4245EC;
}
</style>
border-color css
<style>
span { border-color: #4245EC; }
span { border-color: rgb(66,69,236); }
td.TdClassName
{
border-color: #4245EC;
}
.TagClassName
{
border-color: #4245EC;
}
</style>