Shades of Neon Blue #4735EC
Tints of Neon Blue #4735EC
RGB
CMYK
RGB Variations
Color information
#4735EC (or 0x4735EC) is known color: Neon Blue. HEX triplet: 47, 35 and EC. RGB value is (71,53,236). Sum of RGB (Red+Green+Blue) = 71+53+236=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #4735EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4735EC is #B8CA13. Grayscale: #4E4E4E. Windows color (decimal): -12110356 or 15480135. OLE color: 15480135.
HSL color Cylindrical-coordinate representation of color #4735EC: hue angle of 245.9º 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 #4735EC is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 53 | 236 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.07 |
| HSL | 245.9º | 0.83% | 0.57% | - |
| HSV(B) | 245.9º | 0.78% | 0.93% | - |
| XYZ | 19.01 | 9.94 | 80.27 | - |
| YUV | 79.24 | 216.46 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 53 | 236 | 0.70 | 0.78 | 0 | 0.07 | 245.9 | 0.83 | 0.57 |
| Hex | 47 | 35 | EC | 46 | 4E | 0 | 7 | F6 | 53 | 39 |
| Octal | 107 | 65 | 354 | 106 | 116 | 0 | 7 | 366 | 123 | 71 |
| Binary | 1000111 | 110101 | 11101100 | 1000110 | 1001110 | 0 | 111 | 11110110 | 1010011 | 111001 |
Color Harmonies of #4735EC
Complementary color
Monochromatic Colors of #4735EC
Black with #4735EC
Text Example
Text Example
White with #4735EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4735EC; }
p { color: rgb(71,53,236); }
H1.HeaderClassName
{
color: #4735EC;
}
.AnyTagClassName
{
color: #4735EC;
}
</style>
background-color css
<style>
a { background-color: #4735EC; }
a { background-color: rgb(71,53,236); }
div.DivClassName
{
background-color: #4735EC;
}
.BgClassName
{
background-color: #4735EC;
}
</style>
border-color css
<style>
span { border-color: #4735EC; }
span { border-color: rgb(71,53,236); }
td.TdClassName
{
border-color: #4735EC;
}
.TagClassName
{
border-color: #4735EC;
}
</style>