Shades of Neon Blue #424CF9
Tints of Neon Blue #424CF9
RGB
CMYK
RGB Variations
Color information
#424CF9 (or 0x424CF9) is known color: Neon Blue. HEX triplet: 42, 4C and F9. RGB value is (66,76,249). Sum of RGB (Red+Green+Blue) = 66+76+249=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #424CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424CF9 is #BDB306. Grayscale: #5C5C5C. Windows color (decimal): -12432135 or 16337986. OLE color: 16337986.
HSL color Cylindrical-coordinate representation of color #424CF9: hue angle of 236.72º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #424CF9 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 76 | 249 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.02 |
| HSL | 236.72º | 0.94% | 0.62% | - |
| HSV(B) | 236.72º | 0.73% | 0.98% | - |
| XYZ | 21.93 | 13.17 | 91.01 | - |
| YUV | 92.73 | 216.19 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 249 | 0.73 | 0.69 | 0 | 0.02 | 236.72 | 0.94 | 0.62 |
| Hex | 42 | 4C | F9 | 49 | 45 | 0 | 2 | ED | 5E | 3E |
| Octal | 102 | 114 | 371 | 111 | 105 | 0 | 2 | 355 | 136 | 76 |
| Binary | 1000010 | 1001100 | 11111001 | 1001001 | 1000101 | 0 | 10 | 11101101 | 1011110 | 111110 |
Color Harmonies of #424CF9
Complementary color
Monochromatic Colors of #424CF9
Black with #424CF9
Text Example
Text Example
White with #424CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424CF9; }
p { color: rgb(66,76,249); }
H1.HeaderClassName
{
color: #424CF9;
}
.AnyTagClassName
{
color: #424CF9;
}
</style>
background-color css
<style>
a { background-color: #424CF9; }
a { background-color: rgb(66,76,249); }
div.DivClassName
{
background-color: #424CF9;
}
.BgClassName
{
background-color: #424CF9;
}
</style>
border-color css
<style>
span { border-color: #424CF9; }
span { border-color: rgb(66,76,249); }
td.TdClassName
{
border-color: #424CF9;
}
.TagClassName
{
border-color: #424CF9;
}
</style>