Shades of Neon Blue #424AEA
Tints of Neon Blue #424AEA
RGB
CMYK
RGB Variations
Color information
#424AEA (or 0x424AEA) is known color: Neon Blue. HEX triplet: 42, 4A and EA. RGB value is (66,74,234). Sum of RGB (Red+Green+Blue) = 66+74+234=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #424AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424AEA is #BDB515. Grayscale: #595959. Windows color (decimal): -12432662 or 15354434. OLE color: 15354434.
HSL color Cylindrical-coordinate representation of color #424AEA: hue angle of 237.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #424AEA is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 74 | 234 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.08 |
| HSL | 237.14º | 0.8% | 0.59% | - |
| HSV(B) | 237.14º | 0.72% | 0.92% | - |
| XYZ | 19.55 | 12 | 79.13 | - |
| YUV | 89.85 | 209.35 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 234 | 0.72 | 0.68 | 0 | 0.08 | 237.14 | 0.8 | 0.59 |
| Hex | 42 | 4A | EA | 48 | 44 | 0 | 8 | ED | 50 | 3B |
| Octal | 102 | 112 | 352 | 110 | 104 | 0 | 10 | 355 | 120 | 73 |
| Binary | 1000010 | 1001010 | 11101010 | 1001000 | 1000100 | 0 | 1000 | 11101101 | 1010000 | 111011 |
Color Harmonies of #424AEA
Complementary color
Monochromatic Colors of #424AEA
Black with #424AEA
Text Example
Text Example
White with #424AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424AEA; }
p { color: rgb(66,74,234); }
H1.HeaderClassName
{
color: #424AEA;
}
.AnyTagClassName
{
color: #424AEA;
}
</style>
background-color css
<style>
a { background-color: #424AEA; }
a { background-color: rgb(66,74,234); }
div.DivClassName
{
background-color: #424AEA;
}
.BgClassName
{
background-color: #424AEA;
}
</style>
border-color css
<style>
span { border-color: #424AEA; }
span { border-color: rgb(66,74,234); }
td.TdClassName
{
border-color: #424AEA;
}
.TagClassName
{
border-color: #424AEA;
}
</style>