Shades of Neon Blue #424EED
Tints of Neon Blue #424EED
RGB
CMYK
RGB Variations
Color information
#424EED (or 0x424EED) is known color: Neon Blue. HEX triplet: 42, 4E and ED. RGB value is (66,78,237). Sum of RGB (Red+Green+Blue) = 66+78+237=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #424EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424EED is #BDB112. Grayscale: #5B5B5B. Windows color (decimal): -12431635 or 15552066. OLE color: 15552066.
HSL color Cylindrical-coordinate representation of color #424EED: hue angle of 235.79º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #424EED is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 78 | 237 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.07 |
| HSL | 235.79º | 0.83% | 0.59% | - |
| HSV(B) | 235.79º | 0.72% | 0.93% | - |
| XYZ | 20.26 | 12.72 | 81.51 | - |
| YUV | 92.54 | 209.52 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 237 | 0.72 | 0.67 | 0 | 0.07 | 235.79 | 0.83 | 0.59 |
| Hex | 42 | 4E | ED | 48 | 43 | 0 | 7 | EC | 53 | 3B |
| Octal | 102 | 116 | 355 | 110 | 103 | 0 | 7 | 354 | 123 | 73 |
| Binary | 1000010 | 1001110 | 11101101 | 1001000 | 1000011 | 0 | 111 | 11101100 | 1010011 | 111011 |
Color Harmonies of #424EED
Complementary color
Monochromatic Colors of #424EED
Black with #424EED
Text Example
Text Example
White with #424EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424EED; }
p { color: rgb(66,78,237); }
H1.HeaderClassName
{
color: #424EED;
}
.AnyTagClassName
{
color: #424EED;
}
</style>
background-color css
<style>
a { background-color: #424EED; }
a { background-color: rgb(66,78,237); }
div.DivClassName
{
background-color: #424EED;
}
.BgClassName
{
background-color: #424EED;
}
</style>
border-color css
<style>
span { border-color: #424EED; }
span { border-color: rgb(66,78,237); }
td.TdClassName
{
border-color: #424EED;
}
.TagClassName
{
border-color: #424EED;
}
</style>