Shades of Neon Blue #4748EC
Tints of Neon Blue #4748EC
RGB
CMYK
RGB Variations
Color information
#4748EC (or 0x4748EC) is known color: Neon Blue. HEX triplet: 47, 48 and EC. RGB value is (71,72,236). Sum of RGB (Red+Green+Blue) = 71+72+236=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #4748EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4748EC is #B8B713. Grayscale: #595959. Windows color (decimal): -12105492 or 15484999. OLE color: 15484999.
HSL color Cylindrical-coordinate representation of color #4748EC: hue angle of 239.64º 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 #4748EC is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 72 | 236 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.07 |
| HSL | 239.64º | 0.81% | 0.6% | - |
| HSV(B) | 239.64º | 0.7% | 0.93% | - |
| XYZ | 20.06 | 12.03 | 80.62 | - |
| YUV | 90.4 | 210.17 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 236 | 0.70 | 0.69 | 0 | 0.07 | 239.64 | 0.81 | 0.6 |
| Hex | 47 | 48 | EC | 46 | 45 | 0 | 7 | F0 | 51 | 3C |
| Octal | 107 | 110 | 354 | 106 | 105 | 0 | 7 | 360 | 121 | 74 |
| Binary | 1000111 | 1001000 | 11101100 | 1000110 | 1000101 | 0 | 111 | 11110000 | 1010001 | 111100 |
Color Harmonies of #4748EC
Complementary color
Monochromatic Colors of #4748EC
Black with #4748EC
Text Example
Text Example
White with #4748EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4748EC; }
p { color: rgb(71,72,236); }
H1.HeaderClassName
{
color: #4748EC;
}
.AnyTagClassName
{
color: #4748EC;
}
</style>
background-color css
<style>
a { background-color: #4748EC; }
a { background-color: rgb(71,72,236); }
div.DivClassName
{
background-color: #4748EC;
}
.BgClassName
{
background-color: #4748EC;
}
</style>
border-color css
<style>
span { border-color: #4748EC; }
span { border-color: rgb(71,72,236); }
td.TdClassName
{
border-color: #4748EC;
}
.TagClassName
{
border-color: #4748EC;
}
</style>