Shades of Neon Blue #424EEA
Tints of Neon Blue #424EEA
RGB
CMYK
RGB Variations
Color information
#424EEA (or 0x424EEA) is known color: Neon Blue. HEX triplet: 42, 4E and EA. RGB value is (66,78,234). Sum of RGB (Red+Green+Blue) = 66+78+234=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #424EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424EEA is #BDB115. Grayscale: #5B5B5B. Windows color (decimal): -12431638 or 15355458. OLE color: 15355458.
HSL color Cylindrical-coordinate representation of color #424EEA: hue angle of 235.71º 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 #424EEA is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 78 | 234 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.08 |
| HSL | 235.71º | 0.8% | 0.59% | - |
| HSV(B) | 235.71º | 0.72% | 0.92% | - |
| XYZ | 19.82 | 12.55 | 79.22 | - |
| YUV | 92.2 | 208.02 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 234 | 0.72 | 0.67 | 0 | 0.08 | 235.71 | 0.8 | 0.59 |
| Hex | 42 | 4E | EA | 48 | 43 | 0 | 8 | EC | 50 | 3B |
| Octal | 102 | 116 | 352 | 110 | 103 | 0 | 10 | 354 | 120 | 73 |
| Binary | 1000010 | 1001110 | 11101010 | 1001000 | 1000011 | 0 | 1000 | 11101100 | 1010000 | 111011 |
Color Harmonies of #424EEA
Complementary color
Monochromatic Colors of #424EEA
Black with #424EEA
Text Example
Text Example
White with #424EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424EEA; }
p { color: rgb(66,78,234); }
H1.HeaderClassName
{
color: #424EEA;
}
.AnyTagClassName
{
color: #424EEA;
}
</style>
background-color css
<style>
a { background-color: #424EEA; }
a { background-color: rgb(66,78,234); }
div.DivClassName
{
background-color: #424EEA;
}
.BgClassName
{
background-color: #424EEA;
}
</style>
border-color css
<style>
span { border-color: #424EEA; }
span { border-color: rgb(66,78,234); }
td.TdClassName
{
border-color: #424EEA;
}
.TagClassName
{
border-color: #424EEA;
}
</style>