Shades of Neon Blue #424CE9
Tints of Neon Blue #424CE9
RGB
CMYK
RGB Variations
Color information
#424CE9 (or 0x424CE9) is known color: Neon Blue. HEX triplet: 42, 4C and E9. RGB value is (66,76,233). Sum of RGB (Red+Green+Blue) = 66+76+233=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 233 (91.41% from 255 or 62.13% from 375); Max value from RGB is 233 - color contains mainly: blue. Hex color #424CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424CE9 is #BDB316. Grayscale: #5A5A5A. Windows color (decimal): -12432151 or 15289410. OLE color: 15289410.
HSL color Cylindrical-coordinate representation of color #424CE9: hue angle of 236.41º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #424CE9 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 76 | 233 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.09 |
| HSL | 236.41º | 0.79% | 0.59% | - |
| HSV(B) | 236.41º | 0.72% | 0.91% | - |
| XYZ | 19.54 | 12.21 | 78.42 | - |
| YUV | 90.91 | 208.19 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 233 | 0.72 | 0.67 | 0 | 0.09 | 236.41 | 0.79 | 0.59 |
| Hex | 42 | 4C | E9 | 48 | 43 | 0 | 9 | EC | 4F | 3B |
| Octal | 102 | 114 | 351 | 110 | 103 | 0 | 11 | 354 | 117 | 73 |
| Binary | 1000010 | 1001100 | 11101001 | 1001000 | 1000011 | 0 | 1001 | 11101100 | 1001111 | 111011 |
Color Harmonies of #424CE9
Complementary color
Monochromatic Colors of #424CE9
Black with #424CE9
Text Example
Text Example
White with #424CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424CE9; }
p { color: rgb(66,76,233); }
H1.HeaderClassName
{
color: #424CE9;
}
.AnyTagClassName
{
color: #424CE9;
}
</style>
background-color css
<style>
a { background-color: #424CE9; }
a { background-color: rgb(66,76,233); }
div.DivClassName
{
background-color: #424CE9;
}
.BgClassName
{
background-color: #424CE9;
}
</style>
border-color css
<style>
span { border-color: #424CE9; }
span { border-color: rgb(66,76,233); }
td.TdClassName
{
border-color: #424CE9;
}
.TagClassName
{
border-color: #424CE9;
}
</style>