Shades of Neon Blue #424DFB
Tints of Neon Blue #424DFB
RGB
CMYK
RGB Variations
Color information
#424DFB (or 0x424DFB) is known color: Neon Blue. HEX triplet: 42, 4D and FB. RGB value is (66,77,251). Sum of RGB (Red+Green+Blue) = 66+77+251=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #424DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424DFB is #BDB204. Grayscale: #5C5C5C. Windows color (decimal): -12431877 or 16469314. OLE color: 16469314.
HSL color Cylindrical-coordinate representation of color #424DFB: hue angle of 236.43º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #424DFB is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 77 | 251 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.02 |
| HSL | 236.43º | 0.96% | 0.62% | - |
| HSV(B) | 236.43º | 0.74% | 0.98% | - |
| XYZ | 22.31 | 13.43 | 92.68 | - |
| YUV | 93.55 | 216.86 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 251 | 0.74 | 0.69 | 0 | 0.02 | 236.43 | 0.96 | 0.62 |
| Hex | 42 | 4D | FB | 4A | 45 | 0 | 2 | EC | 60 | 3E |
| Octal | 102 | 115 | 373 | 112 | 105 | 0 | 2 | 354 | 140 | 76 |
| Binary | 1000010 | 1001101 | 11111011 | 1001010 | 1000101 | 0 | 10 | 11101100 | 1100000 | 111110 |
Color Harmonies of #424DFB
Complementary color
Monochromatic Colors of #424DFB
Black with #424DFB
Text Example
Text Example
White with #424DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424DFB; }
p { color: rgb(66,77,251); }
H1.HeaderClassName
{
color: #424DFB;
}
.AnyTagClassName
{
color: #424DFB;
}
</style>
background-color css
<style>
a { background-color: #424DFB; }
a { background-color: rgb(66,77,251); }
div.DivClassName
{
background-color: #424DFB;
}
.BgClassName
{
background-color: #424DFB;
}
</style>
border-color css
<style>
span { border-color: #424DFB; }
span { border-color: rgb(66,77,251); }
td.TdClassName
{
border-color: #424DFB;
}
.TagClassName
{
border-color: #424DFB;
}
</style>