Shades of Neon Blue #4C5AFB
Tints of Neon Blue #4C5AFB
RGB
CMYK
RGB Variations
Color information
#4C5AFB (or 0x4C5AFB) is known color: Neon Blue. HEX triplet: 4C, 5A and FB. RGB value is (76,90,251). Sum of RGB (Red+Green+Blue) = 76+90+251=417 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.23% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #4C5AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5AFB is #B3A504. Grayscale: #676767. Windows color (decimal): -11773189 or 16472652. OLE color: 16472652.
HSL color Cylindrical-coordinate representation of color #4C5AFB: hue angle of 235.2º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C5AFB is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 90 | 251 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.02 |
| HSL | 235.2º | 0.96% | 0.64% | - |
| HSV(B) | 235.2º | 0.7% | 0.98% | - |
| XYZ | 24.05 | 15.81 | 93.05 | - |
| YUV | 104.17 | 210.86 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 251 | 0.70 | 0.64 | 0 | 0.02 | 235.2 | 0.96 | 0.64 |
| Hex | 4C | 5A | FB | 46 | 40 | 0 | 2 | EB | 60 | 40 |
| Octal | 114 | 132 | 373 | 106 | 100 | 0 | 2 | 353 | 140 | 100 |
| Binary | 1001100 | 1011010 | 11111011 | 1000110 | 1000000 | 0 | 10 | 11101011 | 1100000 | 1000000 |
Color Harmonies of #4C5AFB
Complementary color
Monochromatic Colors of #4C5AFB
Black with #4C5AFB
Text Example
Text Example
White with #4C5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5AFB; }
p { color: rgb(76,90,251); }
H1.HeaderClassName
{
color: #4C5AFB;
}
.AnyTagClassName
{
color: #4C5AFB;
}
</style>
background-color css
<style>
a { background-color: #4C5AFB; }
a { background-color: rgb(76,90,251); }
div.DivClassName
{
background-color: #4C5AFB;
}
.BgClassName
{
background-color: #4C5AFB;
}
</style>
border-color css
<style>
span { border-color: #4C5AFB; }
span { border-color: rgb(76,90,251); }
td.TdClassName
{
border-color: #4C5AFB;
}
.TagClassName
{
border-color: #4C5AFB;
}
</style>