Shades of Neon Blue #4C5EF6
Tints of Neon Blue #4C5EF6
RGB
CMYK
RGB Variations
Color information
#4C5EF6 (or 0x4C5EF6) is known color: Neon Blue. HEX triplet: 4C, 5E and F6. RGB value is (76,94,246). Sum of RGB (Red+Green+Blue) = 76+94+246=416 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.27% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 246 (96.48% from 255 or 59.13% from 416); Max value from RGB is 246 - color contains mainly: blue. Hex color #4C5EF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5EF6 is #B3A109. Grayscale: #696969. Windows color (decimal): -11772170 or 16145996. OLE color: 16145996.
HSL color Cylindrical-coordinate representation of color #4C5EF6: hue angle of 233.65º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C5EF6 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 94 | 246 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.04 |
| HSL | 233.65º | 0.9% | 0.63% | - |
| HSV(B) | 233.65º | 0.69% | 0.96% | - |
| XYZ | 23.62 | 16.2 | 89.07 | - |
| YUV | 105.95 | 207.04 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 94 | 246 | 0.69 | 0.62 | 0 | 0.04 | 233.65 | 0.9 | 0.63 |
| Hex | 4C | 5E | F6 | 45 | 3E | 0 | 4 | EA | 5A | 3F |
| Octal | 114 | 136 | 366 | 105 | 76 | 0 | 4 | 352 | 132 | 77 |
| Binary | 1001100 | 1011110 | 11110110 | 1000101 | 111110 | 0 | 100 | 11101010 | 1011010 | 111111 |
Color Harmonies of #4C5EF6
Complementary color
Monochromatic Colors of #4C5EF6
Black with #4C5EF6
Text Example
Text Example
White with #4C5EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5EF6; }
p { color: rgb(76,94,246); }
H1.HeaderClassName
{
color: #4C5EF6;
}
.AnyTagClassName
{
color: #4C5EF6;
}
</style>
background-color css
<style>
a { background-color: #4C5EF6; }
a { background-color: rgb(76,94,246); }
div.DivClassName
{
background-color: #4C5EF6;
}
.BgClassName
{
background-color: #4C5EF6;
}
</style>
border-color css
<style>
span { border-color: #4C5EF6; }
span { border-color: rgb(76,94,246); }
td.TdClassName
{
border-color: #4C5EF6;
}
.TagClassName
{
border-color: #4C5EF6;
}
</style>