Shades of Neon Blue #4C5EFA
Tints of Neon Blue #4C5EFA
RGB
CMYK
RGB Variations
Color information
#4C5EFA (or 0x4C5EFA) is known color: Neon Blue. HEX triplet: 4C, 5E and FA. RGB value is (76,94,250). Sum of RGB (Red+Green+Blue) = 76+94+250=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C5EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5EFA is #B3A105. Grayscale: #696969. Windows color (decimal): -11772166 or 16408140. OLE color: 16408140.
HSL color Cylindrical-coordinate representation of color #4C5EFA: hue angle of 233.79º degrees, saturation: 0.95, 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 #4C5EFA is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 94 | 250 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.02 |
| HSL | 233.79º | 0.95% | 0.64% | - |
| HSV(B) | 233.79º | 0.7% | 0.98% | - |
| XYZ | 24.24 | 16.44 | 92.34 | - |
| YUV | 106.4 | 209.04 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 94 | 250 | 0.70 | 0.62 | 0 | 0.02 | 233.79 | 0.95 | 0.64 |
| Hex | 4C | 5E | FA | 46 | 3E | 0 | 2 | EA | 5F | 40 |
| Octal | 114 | 136 | 372 | 106 | 76 | 0 | 2 | 352 | 137 | 100 |
| Binary | 1001100 | 1011110 | 11111010 | 1000110 | 111110 | 0 | 10 | 11101010 | 1011111 | 1000000 |
Color Harmonies of #4C5EFA
Complementary color
Monochromatic Colors of #4C5EFA
Black with #4C5EFA
Text Example
Text Example
White with #4C5EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5EFA; }
p { color: rgb(76,94,250); }
H1.HeaderClassName
{
color: #4C5EFA;
}
.AnyTagClassName
{
color: #4C5EFA;
}
</style>
background-color css
<style>
a { background-color: #4C5EFA; }
a { background-color: rgb(76,94,250); }
div.DivClassName
{
background-color: #4C5EFA;
}
.BgClassName
{
background-color: #4C5EFA;
}
</style>
border-color css
<style>
span { border-color: #4C5EFA; }
span { border-color: rgb(76,94,250); }
td.TdClassName
{
border-color: #4C5EFA;
}
.TagClassName
{
border-color: #4C5EFA;
}
</style>