Shades of Neon Blue #424AF4
Tints of Neon Blue #424AF4
RGB
CMYK
RGB Variations
Color information
#424AF4 (or 0x424AF4) is known color: Neon Blue. HEX triplet: 42, 4A and F4. RGB value is (66,74,244). Sum of RGB (Red+Green+Blue) = 66+74+244=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 244 (95.70% from 255 or 63.54% from 384); Max value from RGB is 244 - color contains mainly: blue. Hex color #424AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424AF4 is #BDB50B. Grayscale: #5A5A5A. Windows color (decimal): -12432652 or 16009794. OLE color: 16009794.
HSL color Cylindrical-coordinate representation of color #424AF4: hue angle of 237.3º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #424AF4 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 74 | 244 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.04 |
| HSL | 237.3º | 0.89% | 0.61% | - |
| HSV(B) | 237.3º | 0.73% | 0.96% | - |
| XYZ | 21.02 | 12.59 | 86.91 | - |
| YUV | 90.99 | 214.35 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 244 | 0.73 | 0.70 | 0 | 0.04 | 237.3 | 0.89 | 0.61 |
| Hex | 42 | 4A | F4 | 49 | 46 | 0 | 4 | ED | 59 | 3D |
| Octal | 102 | 112 | 364 | 111 | 106 | 0 | 4 | 355 | 131 | 75 |
| Binary | 1000010 | 1001010 | 11110100 | 1001001 | 1000110 | 0 | 100 | 11101101 | 1011001 | 111101 |
Color Harmonies of #424AF4
Complementary color
Monochromatic Colors of #424AF4
Black with #424AF4
Text Example
Text Example
White with #424AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424AF4; }
p { color: rgb(66,74,244); }
H1.HeaderClassName
{
color: #424AF4;
}
.AnyTagClassName
{
color: #424AF4;
}
</style>
background-color css
<style>
a { background-color: #424AF4; }
a { background-color: rgb(66,74,244); }
div.DivClassName
{
background-color: #424AF4;
}
.BgClassName
{
background-color: #424AF4;
}
</style>
border-color css
<style>
span { border-color: #424AF4; }
span { border-color: rgb(66,74,244); }
td.TdClassName
{
border-color: #424AF4;
}
.TagClassName
{
border-color: #424AF4;
}
</style>