Shades of Neon Blue #424CFB
Tints of Neon Blue #424CFB
RGB
CMYK
RGB Variations
Color information
#424CFB (or 0x424CFB) is known color: Neon Blue. HEX triplet: 42, 4C and FB. RGB value is (66,76,251). Sum of RGB (Red+Green+Blue) = 66+76+251=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #424CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424CFB is #BDB304. Grayscale: #5C5C5C. Windows color (decimal): -12432133 or 16469058. OLE color: 16469058.
HSL color Cylindrical-coordinate representation of color #424CFB: hue angle of 236.76º 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 #424CFB is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 76 | 251 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.02 |
| HSL | 236.76º | 0.96% | 0.62% | - |
| HSV(B) | 236.76º | 0.74% | 0.98% | - |
| XYZ | 22.24 | 13.29 | 92.66 | - |
| YUV | 92.96 | 217.19 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 251 | 0.74 | 0.70 | 0 | 0.02 | 236.76 | 0.96 | 0.62 |
| Hex | 42 | 4C | FB | 4A | 46 | 0 | 2 | ED | 60 | 3E |
| Octal | 102 | 114 | 373 | 112 | 106 | 0 | 2 | 355 | 140 | 76 |
| Binary | 1000010 | 1001100 | 11111011 | 1001010 | 1000110 | 0 | 10 | 11101101 | 1100000 | 111110 |
Color Harmonies of #424CFB
Complementary color
Monochromatic Colors of #424CFB
Black with #424CFB
Text Example
Text Example
White with #424CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424CFB; }
p { color: rgb(66,76,251); }
H1.HeaderClassName
{
color: #424CFB;
}
.AnyTagClassName
{
color: #424CFB;
}
</style>
background-color css
<style>
a { background-color: #424CFB; }
a { background-color: rgb(66,76,251); }
div.DivClassName
{
background-color: #424CFB;
}
.BgClassName
{
background-color: #424CFB;
}
</style>
border-color css
<style>
span { border-color: #424CFB; }
span { border-color: rgb(66,76,251); }
td.TdClassName
{
border-color: #424CFB;
}
.TagClassName
{
border-color: #424CFB;
}
</style>