Shades of Neon Blue #424EEE
Tints of Neon Blue #424EEE
RGB
CMYK
RGB Variations
Color information
#424EEE (or 0x424EEE) is known color: Neon Blue. HEX triplet: 42, 4E and EE. RGB value is (66,78,238). Sum of RGB (Red+Green+Blue) = 66+78+238=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #424EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424EEE is #BDB111. Grayscale: #5C5C5C. Windows color (decimal): -12431634 or 15617602. OLE color: 15617602.
HSL color Cylindrical-coordinate representation of color #424EEE: hue angle of 235.81º 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 #424EEE is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 78 | 238 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.07 |
| HSL | 235.81º | 0.83% | 0.6% | - |
| HSV(B) | 235.81º | 0.72% | 0.93% | - |
| XYZ | 20.4 | 12.78 | 82.28 | - |
| YUV | 92.65 | 210.02 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 238 | 0.72 | 0.67 | 0 | 0.07 | 235.81 | 0.83 | 0.6 |
| Hex | 42 | 4E | EE | 48 | 43 | 0 | 7 | EC | 53 | 3C |
| Octal | 102 | 116 | 356 | 110 | 103 | 0 | 7 | 354 | 123 | 74 |
| Binary | 1000010 | 1001110 | 11101110 | 1001000 | 1000011 | 0 | 111 | 11101100 | 1010011 | 111100 |
Color Harmonies of #424EEE
Complementary color
Monochromatic Colors of #424EEE
Black with #424EEE
Text Example
Text Example
White with #424EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424EEE; }
p { color: rgb(66,78,238); }
H1.HeaderClassName
{
color: #424EEE;
}
.AnyTagClassName
{
color: #424EEE;
}
</style>
background-color css
<style>
a { background-color: #424EEE; }
a { background-color: rgb(66,78,238); }
div.DivClassName
{
background-color: #424EEE;
}
.BgClassName
{
background-color: #424EEE;
}
</style>
border-color css
<style>
span { border-color: #424EEE; }
span { border-color: rgb(66,78,238); }
td.TdClassName
{
border-color: #424EEE;
}
.TagClassName
{
border-color: #424EEE;
}
</style>