Shades of Neon Blue #4247EE
Tints of Neon Blue #4247EE
RGB
CMYK
RGB Variations
Color information
#4247EE (or 0x4247EE) is known color: Neon Blue. HEX triplet: 42, 47 and EE. RGB value is (66,71,238). Sum of RGB (Red+Green+Blue) = 66+71+238=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #4247EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4247EE is #BDB811. Grayscale: #575757. Windows color (decimal): -12433426 or 15615810. OLE color: 15615810.
HSL color Cylindrical-coordinate representation of color #4247EE: hue angle of 238.26º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4247EE is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 71 | 238 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.07 |
| HSL | 238.26º | 0.83% | 0.6% | - |
| HSV(B) | 238.26º | 0.72% | 0.93% | - |
| XYZ | 19.93 | 11.84 | 82.12 | - |
| YUV | 88.54 | 212.34 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 238 | 0.72 | 0.70 | 0 | 0.07 | 238.26 | 0.83 | 0.6 |
| Hex | 42 | 47 | EE | 48 | 46 | 0 | 7 | EE | 53 | 3C |
| Octal | 102 | 107 | 356 | 110 | 106 | 0 | 7 | 356 | 123 | 74 |
| Binary | 1000010 | 1000111 | 11101110 | 1001000 | 1000110 | 0 | 111 | 11101110 | 1010011 | 111100 |
Color Harmonies of #4247EE
Complementary color
Monochromatic Colors of #4247EE
Black with #4247EE
Text Example
Text Example
White with #4247EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4247EE; }
p { color: rgb(66,71,238); }
H1.HeaderClassName
{
color: #4247EE;
}
.AnyTagClassName
{
color: #4247EE;
}
</style>
background-color css
<style>
a { background-color: #4247EE; }
a { background-color: rgb(66,71,238); }
div.DivClassName
{
background-color: #4247EE;
}
.BgClassName
{
background-color: #4247EE;
}
</style>
border-color css
<style>
span { border-color: #4247EE; }
span { border-color: rgb(66,71,238); }
td.TdClassName
{
border-color: #4247EE;
}
.TagClassName
{
border-color: #4247EE;
}
</style>