Shades of Neon Blue #4E3AFC
Tints of Neon Blue #4E3AFC
RGB
CMYK
RGB Variations
Color information
#4E3AFC (or 0x4E3AFC) is known color: Neon Blue. HEX triplet: 4E, 3A and FC. RGB value is (78,58,252). Sum of RGB (Red+Green+Blue) = 78+58+252=388 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.10% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E3AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E3AFC is #B1C503. Grayscale: #555555. Windows color (decimal): -11650308 or 16529998. OLE color: 16529998.
HSL color Cylindrical-coordinate representation of color #4E3AFC: hue angle of 246.19º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E3AFC is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 58 | 252 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.01 |
| HSL | 246.19º | 0.97% | 0.61% | - |
| HSV(B) | 246.19º | 0.77% | 0.99% | - |
| XYZ | 22.23 | 11.67 | 93.18 | - |
| YUV | 86.1 | 221.63 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 58 | 252 | 0.69 | 0.77 | 0 | 0.01 | 246.19 | 0.97 | 0.61 |
| Hex | 4E | 3A | FC | 45 | 4D | 0 | 1 | F6 | 61 | 3D |
| Octal | 116 | 72 | 374 | 105 | 115 | 0 | 1 | 366 | 141 | 75 |
| Binary | 1001110 | 111010 | 11111100 | 1000101 | 1001101 | 0 | 1 | 11110110 | 1100001 | 111101 |
Color Harmonies of #4E3AFC
Complementary color
Monochromatic Colors of #4E3AFC
Black with #4E3AFC
Text Example
Text Example
White with #4E3AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3AFC; }
p { color: rgb(78,58,252); }
H1.HeaderClassName
{
color: #4E3AFC;
}
.AnyTagClassName
{
color: #4E3AFC;
}
</style>
background-color css
<style>
a { background-color: #4E3AFC; }
a { background-color: rgb(78,58,252); }
div.DivClassName
{
background-color: #4E3AFC;
}
.BgClassName
{
background-color: #4E3AFC;
}
</style>
border-color css
<style>
span { border-color: #4E3AFC; }
span { border-color: rgb(78,58,252); }
td.TdClassName
{
border-color: #4E3AFC;
}
.TagClassName
{
border-color: #4E3AFC;
}
</style>