Shades of Neon Blue #424DE5
Tints of Neon Blue #424DE5
RGB
CMYK
RGB Variations
Color information
#424DE5 (or 0x424DE5) is known color: Neon Blue. HEX triplet: 42, 4D and E5. RGB value is (66,77,229). Sum of RGB (Red+Green+Blue) = 66+77+229=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 229 (89.84% from 255 or 61.56% from 372); Max value from RGB is 229 - color contains mainly: blue. Hex color #424DE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DE5 is #BDB21A. Grayscale: #5A5A5A. Windows color (decimal): -12431899 or 15027522. OLE color: 15027522.
HSL color Cylindrical-coordinate representation of color #424DE5: hue angle of 235.95º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #424DE5 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 77 | 229 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.10 |
| HSL | 235.95º | 0.76% | 0.58% | - |
| HSV(B) | 235.95º | 0.71% | 0.9% | - |
| XYZ | 19.04 | 12.12 | 75.47 | - |
| YUV | 91.04 | 205.86 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 229 | 0.71 | 0.66 | 0 | 0.10 | 235.95 | 0.76 | 0.58 |
| Hex | 42 | 4D | E5 | 47 | 42 | 0 | A | EC | 4C | 3A |
| Octal | 102 | 115 | 345 | 107 | 102 | 0 | 12 | 354 | 114 | 72 |
| Binary | 1000010 | 1001101 | 11100101 | 1000111 | 1000010 | 0 | 1010 | 11101100 | 1001100 | 111010 |
Color Harmonies of #424DE5
Complementary color
Monochromatic Colors of #424DE5
Black with #424DE5
Text Example
Text Example
White with #424DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424DE5; }
p { color: rgb(66,77,229); }
H1.HeaderClassName
{
color: #424DE5;
}
.AnyTagClassName
{
color: #424DE5;
}
</style>
background-color css
<style>
a { background-color: #424DE5; }
a { background-color: rgb(66,77,229); }
div.DivClassName
{
background-color: #424DE5;
}
.BgClassName
{
background-color: #424DE5;
}
</style>
border-color css
<style>
span { border-color: #424DE5; }
span { border-color: rgb(66,77,229); }
td.TdClassName
{
border-color: #424DE5;
}
.TagClassName
{
border-color: #424DE5;
}
</style>