Shades of Neon Blue #4C5EFE
Tints of Neon Blue #4C5EFE
RGB
CMYK
RGB Variations
Color information
#4C5EFE (or 0x4C5EFE) is known color: Neon Blue. HEX triplet: 4C, 5E and FE. RGB value is (76,94,254). Sum of RGB (Red+Green+Blue) = 76+94+254=424 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.92% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C5EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5EFE is #B3A101. Grayscale: #6A6A6A. Windows color (decimal): -11772162 or 16670284. OLE color: 16670284.
HSL color Cylindrical-coordinate representation of color #4C5EFE: hue angle of 233.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C5EFE is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 94 | 254 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.00 |
| HSL | 233.93º | 0.99% | 0.65% | - |
| HSV(B) | 233.93º | 0.7% | 1% | - |
| XYZ | 24.87 | 16.7 | 95.68 | - |
| YUV | 106.86 | 211.04 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 94 | 254 | 0.70 | 0.63 | 0 | 0.00 | 233.93 | 0.99 | 0.65 |
| Hex | 4C | 5E | FE | 46 | 3F | 0 | 0 | EA | 63 | 41 |
| Octal | 114 | 136 | 376 | 106 | 77 | 0 | 0 | 352 | 143 | 101 |
| Binary | 1001100 | 1011110 | 11111110 | 1000110 | 111111 | 0 | 0 | 11101010 | 1100011 | 1000001 |
Color Harmonies of #4C5EFE
Complementary color
Monochromatic Colors of #4C5EFE
Black with #4C5EFE
Text Example
Text Example
White with #4C5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5EFE; }
p { color: rgb(76,94,254); }
H1.HeaderClassName
{
color: #4C5EFE;
}
.AnyTagClassName
{
color: #4C5EFE;
}
</style>
background-color css
<style>
a { background-color: #4C5EFE; }
a { background-color: rgb(76,94,254); }
div.DivClassName
{
background-color: #4C5EFE;
}
.BgClassName
{
background-color: #4C5EFE;
}
</style>
border-color css
<style>
span { border-color: #4C5EFE; }
span { border-color: rgb(76,94,254); }
td.TdClassName
{
border-color: #4C5EFE;
}
.TagClassName
{
border-color: #4C5EFE;
}
</style>