Shades of Neon Blue #424FE9
Tints of Neon Blue #424FE9
RGB
CMYK
RGB Variations
Color information
#424FE9 (or 0x424FE9) is known color: Neon Blue. HEX triplet: 42, 4F and E9. RGB value is (66,79,233). Sum of RGB (Red+Green+Blue) = 66+79+233=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 233 (91.41% from 255 or 61.64% from 378); Max value from RGB is 233 - color contains mainly: blue. Hex color #424FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424FE9 is #BDB016. Grayscale: #5C5C5C. Windows color (decimal): -12431383 or 15290178. OLE color: 15290178.
HSL color Cylindrical-coordinate representation of color #424FE9: hue angle of 235.33º 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 #424FE9 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 79 | 233 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.09 |
| HSL | 235.33º | 0.79% | 0.59% | - |
| HSV(B) | 235.33º | 0.72% | 0.91% | - |
| XYZ | 19.75 | 12.63 | 78.49 | - |
| YUV | 92.67 | 207.19 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 233 | 0.72 | 0.66 | 0 | 0.09 | 235.33 | 0.79 | 0.59 |
| Hex | 42 | 4F | E9 | 48 | 42 | 0 | 9 | EB | 4F | 3B |
| Octal | 102 | 117 | 351 | 110 | 102 | 0 | 11 | 353 | 117 | 73 |
| Binary | 1000010 | 1001111 | 11101001 | 1001000 | 1000010 | 0 | 1001 | 11101011 | 1001111 | 111011 |
Color Harmonies of #424FE9
Complementary color
Monochromatic Colors of #424FE9
Black with #424FE9
Text Example
Text Example
White with #424FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424FE9; }
p { color: rgb(66,79,233); }
H1.HeaderClassName
{
color: #424FE9;
}
.AnyTagClassName
{
color: #424FE9;
}
</style>
background-color css
<style>
a { background-color: #424FE9; }
a { background-color: rgb(66,79,233); }
div.DivClassName
{
background-color: #424FE9;
}
.BgClassName
{
background-color: #424FE9;
}
</style>
border-color css
<style>
span { border-color: #424FE9; }
span { border-color: rgb(66,79,233); }
td.TdClassName
{
border-color: #424FE9;
}
.TagClassName
{
border-color: #424FE9;
}
</style>