Shades of Neon Blue #424BFB
Tints of Neon Blue #424BFB
RGB
CMYK
RGB Variations
Color information
#424BFB (or 0x424BFB) is known color: Neon Blue. HEX triplet: 42, 4B and FB. RGB value is (66,75,251). Sum of RGB (Red+Green+Blue) = 66+75+251=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #424BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424BFB is #BDB404. Grayscale: #5B5B5B. Windows color (decimal): -12432389 or 16468802. OLE color: 16468802.
HSL color Cylindrical-coordinate representation of color #424BFB: hue angle of 237.08º 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 #424BFB is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 75 | 251 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.02 |
| HSL | 237.08º | 0.96% | 0.62% | - |
| HSV(B) | 237.08º | 0.74% | 0.98% | - |
| XYZ | 22.18 | 13.16 | 92.64 | - |
| YUV | 92.37 | 217.52 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 251 | 0.74 | 0.70 | 0 | 0.02 | 237.08 | 0.96 | 0.62 |
| Hex | 42 | 4B | FB | 4A | 46 | 0 | 2 | ED | 60 | 3E |
| Octal | 102 | 113 | 373 | 112 | 106 | 0 | 2 | 355 | 140 | 76 |
| Binary | 1000010 | 1001011 | 11111011 | 1001010 | 1000110 | 0 | 10 | 11101101 | 1100000 | 111110 |
Color Harmonies of #424BFB
Complementary color
Monochromatic Colors of #424BFB
Black with #424BFB
Text Example
Text Example
White with #424BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424BFB; }
p { color: rgb(66,75,251); }
H1.HeaderClassName
{
color: #424BFB;
}
.AnyTagClassName
{
color: #424BFB;
}
</style>
background-color css
<style>
a { background-color: #424BFB; }
a { background-color: rgb(66,75,251); }
div.DivClassName
{
background-color: #424BFB;
}
.BgClassName
{
background-color: #424BFB;
}
</style>
border-color css
<style>
span { border-color: #424BFB; }
span { border-color: rgb(66,75,251); }
td.TdClassName
{
border-color: #424BFB;
}
.TagClassName
{
border-color: #424BFB;
}
</style>