Shades of Neon Blue #4E37FC
Tints of Neon Blue #4E37FC
RGB
CMYK
RGB Variations
Color information
#4E37FC (or 0x4E37FC) is known color: Neon Blue. HEX triplet: 4E, 37 and FC. RGB value is (78,55,252). Sum of RGB (Red+Green+Blue) = 78+55+252=385 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.26% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E37FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E37FC is #B1C803. Grayscale: #535353. Windows color (decimal): -11651076 or 16529230. OLE color: 16529230.
HSL color Cylindrical-coordinate representation of color #4E37FC: hue angle of 247.01º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E37FC is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 55 | 252 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.01 |
| HSL | 247.01º | 0.97% | 0.6% | - |
| HSV(B) | 247.01º | 0.78% | 0.99% | - |
| XYZ | 22.08 | 11.38 | 93.13 | - |
| YUV | 84.34 | 222.62 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 55 | 252 | 0.69 | 0.78 | 0 | 0.01 | 247.01 | 0.97 | 0.6 |
| Hex | 4E | 37 | FC | 45 | 4E | 0 | 1 | F7 | 61 | 3C |
| Octal | 116 | 67 | 374 | 105 | 116 | 0 | 1 | 367 | 141 | 74 |
| Binary | 1001110 | 110111 | 11111100 | 1000101 | 1001110 | 0 | 1 | 11110111 | 1100001 | 111100 |
Color Harmonies of #4E37FC
Complementary color
Monochromatic Colors of #4E37FC
Black with #4E37FC
Text Example
Text Example
White with #4E37FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E37FC; }
p { color: rgb(78,55,252); }
H1.HeaderClassName
{
color: #4E37FC;
}
.AnyTagClassName
{
color: #4E37FC;
}
</style>
background-color css
<style>
a { background-color: #4E37FC; }
a { background-color: rgb(78,55,252); }
div.DivClassName
{
background-color: #4E37FC;
}
.BgClassName
{
background-color: #4E37FC;
}
</style>
border-color css
<style>
span { border-color: #4E37FC; }
span { border-color: rgb(78,55,252); }
td.TdClassName
{
border-color: #4E37FC;
}
.TagClassName
{
border-color: #4E37FC;
}
</style>