Shades of Neon Blue #424FEC
Tints of Neon Blue #424FEC
RGB
CMYK
RGB Variations
Color information
#424FEC (or 0x424FEC) is known color: Neon Blue. HEX triplet: 42, 4F and EC. RGB value is (66,79,236). Sum of RGB (Red+Green+Blue) = 66+79+236=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #424FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424FEC is #BDB013. Grayscale: #5C5C5C. Windows color (decimal): -12431380 or 15486786. OLE color: 15486786.
HSL color Cylindrical-coordinate representation of color #424FEC: hue angle of 235.41º degrees, saturation: 0.82, 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 #424FEC is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 79 | 236 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.07 |
| HSL | 235.41º | 0.82% | 0.59% | - |
| HSV(B) | 235.41º | 0.72% | 0.93% | - |
| XYZ | 20.18 | 12.81 | 80.76 | - |
| YUV | 93.01 | 208.69 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 236 | 0.72 | 0.67 | 0 | 0.07 | 235.41 | 0.82 | 0.59 |
| Hex | 42 | 4F | EC | 48 | 43 | 0 | 7 | EB | 52 | 3B |
| Octal | 102 | 117 | 354 | 110 | 103 | 0 | 7 | 353 | 122 | 73 |
| Binary | 1000010 | 1001111 | 11101100 | 1001000 | 1000011 | 0 | 111 | 11101011 | 1010010 | 111011 |
Color Harmonies of #424FEC
Complementary color
Monochromatic Colors of #424FEC
Black with #424FEC
Text Example
Text Example
White with #424FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424FEC; }
p { color: rgb(66,79,236); }
H1.HeaderClassName
{
color: #424FEC;
}
.AnyTagClassName
{
color: #424FEC;
}
</style>
background-color css
<style>
a { background-color: #424FEC; }
a { background-color: rgb(66,79,236); }
div.DivClassName
{
background-color: #424FEC;
}
.BgClassName
{
background-color: #424FEC;
}
</style>
border-color css
<style>
span { border-color: #424FEC; }
span { border-color: rgb(66,79,236); }
td.TdClassName
{
border-color: #424FEC;
}
.TagClassName
{
border-color: #424FEC;
}
</style>