Shades of Neon Blue #424CEE
Tints of Neon Blue #424CEE
RGB
CMYK
RGB Variations
Color information
#424CEE (or 0x424CEE) is known color: Neon Blue. HEX triplet: 42, 4C and EE. RGB value is (66,76,238). Sum of RGB (Red+Green+Blue) = 66+76+238=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #424CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424CEE is #BDB311. Grayscale: #5A5A5A. Windows color (decimal): -12432146 or 15617090. OLE color: 15617090.
HSL color Cylindrical-coordinate representation of color #424CEE: hue angle of 236.51º 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 #424CEE is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 76 | 238 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.07 |
| HSL | 236.51º | 0.83% | 0.6% | - |
| HSV(B) | 236.51º | 0.72% | 0.93% | - |
| XYZ | 20.26 | 12.5 | 82.23 | - |
| YUV | 91.48 | 210.69 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 238 | 0.72 | 0.68 | 0 | 0.07 | 236.51 | 0.83 | 0.6 |
| Hex | 42 | 4C | EE | 48 | 44 | 0 | 7 | ED | 53 | 3C |
| Octal | 102 | 114 | 356 | 110 | 104 | 0 | 7 | 355 | 123 | 74 |
| Binary | 1000010 | 1001100 | 11101110 | 1001000 | 1000100 | 0 | 111 | 11101101 | 1010011 | 111100 |
Color Harmonies of #424CEE
Complementary color
Monochromatic Colors of #424CEE
Black with #424CEE
Text Example
Text Example
White with #424CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424CEE; }
p { color: rgb(66,76,238); }
H1.HeaderClassName
{
color: #424CEE;
}
.AnyTagClassName
{
color: #424CEE;
}
</style>
background-color css
<style>
a { background-color: #424CEE; }
a { background-color: rgb(66,76,238); }
div.DivClassName
{
background-color: #424CEE;
}
.BgClassName
{
background-color: #424CEE;
}
</style>
border-color css
<style>
span { border-color: #424CEE; }
span { border-color: rgb(66,76,238); }
td.TdClassName
{
border-color: #424CEE;
}
.TagClassName
{
border-color: #424CEE;
}
</style>