Shades of Neon Blue #4756EC
Tints of Neon Blue #4756EC
RGB
CMYK
RGB Variations
Color information
#4756EC (or 0x4756EC) is known color: Neon Blue. HEX triplet: 47, 56 and EC. RGB value is (71,86,236). Sum of RGB (Red+Green+Blue) = 71+86+236=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #4756EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4756EC is #B8A913. Grayscale: #626262. Windows color (decimal): -12101908 or 15488583. OLE color: 15488583.
HSL color Cylindrical-coordinate representation of color #4756EC: hue angle of 234.55º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4756EC is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 86 | 236 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.07 |
| HSL | 234.55º | 0.81% | 0.6% | - |
| HSV(B) | 234.55º | 0.7% | 0.93% | - |
| XYZ | 21.07 | 14.05 | 80.96 | - |
| YUV | 98.62 | 205.53 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 236 | 0.70 | 0.64 | 0 | 0.07 | 234.55 | 0.81 | 0.6 |
| Hex | 47 | 56 | EC | 46 | 40 | 0 | 7 | EB | 51 | 3C |
| Octal | 107 | 126 | 354 | 106 | 100 | 0 | 7 | 353 | 121 | 74 |
| Binary | 1000111 | 1010110 | 11101100 | 1000110 | 1000000 | 0 | 111 | 11101011 | 1010001 | 111100 |
Color Harmonies of #4756EC
Complementary color
Monochromatic Colors of #4756EC
Black with #4756EC
Text Example
Text Example
White with #4756EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4756EC; }
p { color: rgb(71,86,236); }
H1.HeaderClassName
{
color: #4756EC;
}
.AnyTagClassName
{
color: #4756EC;
}
</style>
background-color css
<style>
a { background-color: #4756EC; }
a { background-color: rgb(71,86,236); }
div.DivClassName
{
background-color: #4756EC;
}
.BgClassName
{
background-color: #4756EC;
}
</style>
border-color css
<style>
span { border-color: #4756EC; }
span { border-color: rgb(71,86,236); }
td.TdClassName
{
border-color: #4756EC;
}
.TagClassName
{
border-color: #4756EC;
}
</style>