Shades of Neon Blue #4C35EC
Tints of Neon Blue #4C35EC
RGB
CMYK
RGB Variations
Color information
#4C35EC (or 0x4C35EC) is known color: Neon Blue. HEX triplet: 4C, 35 and EC. RGB value is (76,53,236). Sum of RGB (Red+Green+Blue) = 76+53+236=365 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.82% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #4C35EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C35EC is #B3CA13. Grayscale: #505050. Windows color (decimal): -11782676 or 15480140. OLE color: 15480140.
HSL color Cylindrical-coordinate representation of color #4C35EC: hue angle of 247.54º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C35EC is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 53 | 236 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.07 |
| HSL | 247.54º | 0.83% | 0.57% | - |
| HSV(B) | 247.54º | 0.78% | 0.93% | - |
| XYZ | 19.39 | 10.14 | 80.29 | - |
| YUV | 80.74 | 215.62 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 236 | 0.68 | 0.78 | 0 | 0.07 | 247.54 | 0.83 | 0.57 |
| Hex | 4C | 35 | EC | 44 | 4E | 0 | 7 | F8 | 53 | 39 |
| Octal | 114 | 65 | 354 | 104 | 116 | 0 | 7 | 370 | 123 | 71 |
| Binary | 1001100 | 110101 | 11101100 | 1000100 | 1001110 | 0 | 111 | 11111000 | 1010011 | 111001 |
Color Harmonies of #4C35EC
Complementary color
Monochromatic Colors of #4C35EC
Black with #4C35EC
Text Example
Text Example
White with #4C35EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C35EC; }
p { color: rgb(76,53,236); }
H1.HeaderClassName
{
color: #4C35EC;
}
.AnyTagClassName
{
color: #4C35EC;
}
</style>
background-color css
<style>
a { background-color: #4C35EC; }
a { background-color: rgb(76,53,236); }
div.DivClassName
{
background-color: #4C35EC;
}
.BgClassName
{
background-color: #4C35EC;
}
</style>
border-color css
<style>
span { border-color: #4C35EC; }
span { border-color: rgb(76,53,236); }
td.TdClassName
{
border-color: #4C35EC;
}
.TagClassName
{
border-color: #4C35EC;
}
</style>