Shades of Neon Blue #424DF8
Tints of Neon Blue #424DF8
RGB
CMYK
RGB Variations
Color information
#424DF8 (or 0x424DF8) is known color: Neon Blue. HEX triplet: 42, 4D and F8. RGB value is (66,77,248). Sum of RGB (Red+Green+Blue) = 66+77+248=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #424DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424DF8 is #BDB207. Grayscale: #5C5C5C. Windows color (decimal): -12431880 or 16272706. OLE color: 16272706.
HSL color Cylindrical-coordinate representation of color #424DF8: hue angle of 236.37º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #424DF8 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 77 | 248 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.03 |
| HSL | 236.37º | 0.93% | 0.62% | - |
| HSV(B) | 236.37º | 0.73% | 0.97% | - |
| XYZ | 21.84 | 13.24 | 90.21 | - |
| YUV | 93.21 | 215.36 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 248 | 0.73 | 0.69 | 0 | 0.03 | 236.37 | 0.93 | 0.62 |
| Hex | 42 | 4D | F8 | 49 | 45 | 0 | 3 | EC | 5D | 3E |
| Octal | 102 | 115 | 370 | 111 | 105 | 0 | 3 | 354 | 135 | 76 |
| Binary | 1000010 | 1001101 | 11111000 | 1001001 | 1000101 | 0 | 11 | 11101100 | 1011101 | 111110 |
Color Harmonies of #424DF8
Complementary color
Monochromatic Colors of #424DF8
Black with #424DF8
Text Example
Text Example
White with #424DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424DF8; }
p { color: rgb(66,77,248); }
H1.HeaderClassName
{
color: #424DF8;
}
.AnyTagClassName
{
color: #424DF8;
}
</style>
background-color css
<style>
a { background-color: #424DF8; }
a { background-color: rgb(66,77,248); }
div.DivClassName
{
background-color: #424DF8;
}
.BgClassName
{
background-color: #424DF8;
}
</style>
border-color css
<style>
span { border-color: #424DF8; }
span { border-color: rgb(66,77,248); }
td.TdClassName
{
border-color: #424DF8;
}
.TagClassName
{
border-color: #424DF8;
}
</style>