Shades of Neon Blue #424AEE
Tints of Neon Blue #424AEE
RGB
CMYK
RGB Variations
Color information
#424AEE (or 0x424AEE) is known color: Neon Blue. HEX triplet: 42, 4A and EE. RGB value is (66,74,238). Sum of RGB (Red+Green+Blue) = 66+74+238=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #424AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424AEE is #BDB511. Grayscale: #595959. Windows color (decimal): -12432658 or 15616578. OLE color: 15616578.
HSL color Cylindrical-coordinate representation of color #424AEE: hue angle of 237.21º 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 #424AEE is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 74 | 238 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.07 |
| HSL | 237.21º | 0.83% | 0.6% | - |
| HSV(B) | 237.21º | 0.72% | 0.93% | - |
| XYZ | 20.13 | 12.23 | 82.19 | - |
| YUV | 90.3 | 211.35 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 238 | 0.72 | 0.69 | 0 | 0.07 | 237.21 | 0.83 | 0.6 |
| Hex | 42 | 4A | EE | 48 | 45 | 0 | 7 | ED | 53 | 3C |
| Octal | 102 | 112 | 356 | 110 | 105 | 0 | 7 | 355 | 123 | 74 |
| Binary | 1000010 | 1001010 | 11101110 | 1001000 | 1000101 | 0 | 111 | 11101101 | 1010011 | 111100 |
Color Harmonies of #424AEE
Complementary color
Monochromatic Colors of #424AEE
Black with #424AEE
Text Example
Text Example
White with #424AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424AEE; }
p { color: rgb(66,74,238); }
H1.HeaderClassName
{
color: #424AEE;
}
.AnyTagClassName
{
color: #424AEE;
}
</style>
background-color css
<style>
a { background-color: #424AEE; }
a { background-color: rgb(66,74,238); }
div.DivClassName
{
background-color: #424AEE;
}
.BgClassName
{
background-color: #424AEE;
}
</style>
border-color css
<style>
span { border-color: #424AEE; }
span { border-color: rgb(66,74,238); }
td.TdClassName
{
border-color: #424AEE;
}
.TagClassName
{
border-color: #424AEE;
}
</style>