Shades of Neon Blue #4245EF
Tints of Neon Blue #4245EF
RGB
CMYK
RGB Variations
Color information
#4245EF (or 0x4245EF) is known color: Neon Blue. HEX triplet: 42, 45 and EF. RGB value is (66,69,239). Sum of RGB (Red+Green+Blue) = 66+69+239=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #4245EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4245EF is #BDBA10. Grayscale: #565656. Windows color (decimal): -12433937 or 15680834. OLE color: 15680834.
HSL color Cylindrical-coordinate representation of color #4245EF: hue angle of 238.96º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4245EF is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 69 | 239 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.06 |
| HSL | 238.96º | 0.84% | 0.6% | - |
| HSV(B) | 238.96º | 0.72% | 0.94% | - |
| XYZ | 19.95 | 11.65 | 82.86 | - |
| YUV | 87.48 | 213.51 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 239 | 0.72 | 0.71 | 0 | 0.06 | 238.96 | 0.84 | 0.6 |
| Hex | 42 | 45 | EF | 48 | 47 | 0 | 6 | EF | 54 | 3C |
| Octal | 102 | 105 | 357 | 110 | 107 | 0 | 6 | 357 | 124 | 74 |
| Binary | 1000010 | 1000101 | 11101111 | 1001000 | 1000111 | 0 | 110 | 11101111 | 1010100 | 111100 |
Color Harmonies of #4245EF
Complementary color
Monochromatic Colors of #4245EF
Black with #4245EF
Text Example
Text Example
White with #4245EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4245EF; }
p { color: rgb(66,69,239); }
H1.HeaderClassName
{
color: #4245EF;
}
.AnyTagClassName
{
color: #4245EF;
}
</style>
background-color css
<style>
a { background-color: #4245EF; }
a { background-color: rgb(66,69,239); }
div.DivClassName
{
background-color: #4245EF;
}
.BgClassName
{
background-color: #4245EF;
}
</style>
border-color css
<style>
span { border-color: #4245EF; }
span { border-color: rgb(66,69,239); }
td.TdClassName
{
border-color: #4245EF;
}
.TagClassName
{
border-color: #4245EF;
}
</style>