Shades of Neon Blue #424FF1
Tints of Neon Blue #424FF1
RGB
CMYK
RGB Variations
Color information
#424FF1 (or 0x424FF1) is known color: Neon Blue. HEX triplet: 42, 4F and F1. RGB value is (66,79,241). Sum of RGB (Red+Green+Blue) = 66+79+241=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #424FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424FF1 is #BDB00E. Grayscale: #5C5C5C. Windows color (decimal): -12431375 or 15814466. OLE color: 15814466.
HSL color Cylindrical-coordinate representation of color #424FF1: hue angle of 235.54º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #424FF1 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 79 | 241 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.05 |
| HSL | 235.54º | 0.86% | 0.6% | - |
| HSV(B) | 235.54º | 0.73% | 0.95% | - |
| XYZ | 20.92 | 13.1 | 84.65 | - |
| YUV | 93.58 | 211.19 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 241 | 0.73 | 0.67 | 0 | 0.05 | 235.54 | 0.86 | 0.6 |
| Hex | 42 | 4F | F1 | 49 | 43 | 0 | 5 | EC | 56 | 3C |
| Octal | 102 | 117 | 361 | 111 | 103 | 0 | 5 | 354 | 126 | 74 |
| Binary | 1000010 | 1001111 | 11110001 | 1001001 | 1000011 | 0 | 101 | 11101100 | 1010110 | 111100 |
Color Harmonies of #424FF1
Complementary color
Monochromatic Colors of #424FF1
Black with #424FF1
Text Example
Text Example
White with #424FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424FF1; }
p { color: rgb(66,79,241); }
H1.HeaderClassName
{
color: #424FF1;
}
.AnyTagClassName
{
color: #424FF1;
}
</style>
background-color css
<style>
a { background-color: #424FF1; }
a { background-color: rgb(66,79,241); }
div.DivClassName
{
background-color: #424FF1;
}
.BgClassName
{
background-color: #424FF1;
}
</style>
border-color css
<style>
span { border-color: #424FF1; }
span { border-color: rgb(66,79,241); }
td.TdClassName
{
border-color: #424FF1;
}
.TagClassName
{
border-color: #424FF1;
}
</style>