Shades of Neon Blue #424FFB
Tints of Neon Blue #424FFB
RGB
CMYK
RGB Variations
Color information
#424FFB (or 0x424FFB) is known color: Neon Blue. HEX triplet: 42, 4F and FB. RGB value is (66,79,251). Sum of RGB (Red+Green+Blue) = 66+79+251=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #424FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424FFB is #BDB004. Grayscale: #5E5E5E. Windows color (decimal): -12431365 or 16469826. OLE color: 16469826.
HSL color Cylindrical-coordinate representation of color #424FFB: hue angle of 235.78º 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 #424FFB is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 79 | 251 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.02 |
| HSL | 235.78º | 0.96% | 0.62% | - |
| HSV(B) | 235.78º | 0.74% | 0.98% | - |
| XYZ | 22.46 | 13.72 | 92.73 | - |
| YUV | 94.72 | 216.19 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 251 | 0.74 | 0.69 | 0 | 0.02 | 235.78 | 0.96 | 0.62 |
| Hex | 42 | 4F | FB | 4A | 45 | 0 | 2 | EC | 60 | 3E |
| Octal | 102 | 117 | 373 | 112 | 105 | 0 | 2 | 354 | 140 | 76 |
| Binary | 1000010 | 1001111 | 11111011 | 1001010 | 1000101 | 0 | 10 | 11101100 | 1100000 | 111110 |
Color Harmonies of #424FFB
Complementary color
Monochromatic Colors of #424FFB
Black with #424FFB
Text Example
Text Example
White with #424FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424FFB; }
p { color: rgb(66,79,251); }
H1.HeaderClassName
{
color: #424FFB;
}
.AnyTagClassName
{
color: #424FFB;
}
</style>
background-color css
<style>
a { background-color: #424FFB; }
a { background-color: rgb(66,79,251); }
div.DivClassName
{
background-color: #424FFB;
}
.BgClassName
{
background-color: #424FFB;
}
</style>
border-color css
<style>
span { border-color: #424FFB; }
span { border-color: rgb(66,79,251); }
td.TdClassName
{
border-color: #424FFB;
}
.TagClassName
{
border-color: #424FFB;
}
</style>