Shades of Neon Blue #424CEC
Tints of Neon Blue #424CEC
RGB
CMYK
RGB Variations
Color information
#424CEC (or 0x424CEC) is known color: Neon Blue. HEX triplet: 42, 4C and EC. RGB value is (66,76,236). Sum of RGB (Red+Green+Blue) = 66+76+236=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #424CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424CEC is #BDB313. Grayscale: #5A5A5A. Windows color (decimal): -12432148 or 15486018. OLE color: 15486018.
HSL color Cylindrical-coordinate representation of color #424CEC: hue angle of 236.47º 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 #424CEC is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 76 | 236 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.07 |
| HSL | 236.47º | 0.82% | 0.59% | - |
| HSV(B) | 236.47º | 0.72% | 0.93% | - |
| XYZ | 19.97 | 12.38 | 80.69 | - |
| YUV | 91.25 | 209.69 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 236 | 0.72 | 0.68 | 0 | 0.07 | 236.47 | 0.82 | 0.59 |
| Hex | 42 | 4C | EC | 48 | 44 | 0 | 7 | EC | 52 | 3B |
| Octal | 102 | 114 | 354 | 110 | 104 | 0 | 7 | 354 | 122 | 73 |
| Binary | 1000010 | 1001100 | 11101100 | 1001000 | 1000100 | 0 | 111 | 11101100 | 1010010 | 111011 |
Color Harmonies of #424CEC
Complementary color
Monochromatic Colors of #424CEC
Black with #424CEC
Text Example
Text Example
White with #424CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424CEC; }
p { color: rgb(66,76,236); }
H1.HeaderClassName
{
color: #424CEC;
}
.AnyTagClassName
{
color: #424CEC;
}
</style>
background-color css
<style>
a { background-color: #424CEC; }
a { background-color: rgb(66,76,236); }
div.DivClassName
{
background-color: #424CEC;
}
.BgClassName
{
background-color: #424CEC;
}
</style>
border-color css
<style>
span { border-color: #424CEC; }
span { border-color: rgb(66,76,236); }
td.TdClassName
{
border-color: #424CEC;
}
.TagClassName
{
border-color: #424CEC;
}
</style>