Shades of Neon Blue #4E36FF
Tints of Neon Blue #4E36FF
RGB
CMYK
RGB Variations
Color information
#4E36FF (or 0x4E36FF) is known color: Neon Blue. HEX triplet: 4E, 36 and FF. RGB value is (78,54,255). Sum of RGB (Red+Green+Blue) = 78+54+255=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E36FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E36FF is #B1C900. Grayscale: #535353. Windows color (decimal): -11651329 or 16725582. OLE color: 16725582.
HSL color Cylindrical-coordinate representation of color #4E36FF: hue angle of 247.16º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E36FF is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 54 | 255 | - |
| CMYK | 0.69 | 0.79 | 0 | 0 |
| HSL | 247.16º | 1% | 0.61% | - |
| HSV(B) | 247.16º | 0.79% | 1% | - |
| XYZ | 22.51 | 11.48 | 95.64 | - |
| YUV | 84.09 | 224.45 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 255 | 0.69 | 0.79 | 0 | 0 | 247.16 | 1 | 0.61 |
| Hex | 4E | 36 | FF | 45 | 4F | 0 | 0 | F7 | 64 | 3D |
| Octal | 116 | 66 | 377 | 105 | 117 | 0 | 0 | 367 | 144 | 75 |
| Binary | 1001110 | 110110 | 11111111 | 1000101 | 1001111 | 0 | 0 | 11110111 | 1100100 | 111101 |
Color Harmonies of #4E36FF
Complementary color
Monochromatic Colors of #4E36FF
Black with #4E36FF
Text Example
Text Example
White with #4E36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E36FF; }
p { color: rgb(78,54,255); }
H1.HeaderClassName
{
color: #4E36FF;
}
.AnyTagClassName
{
color: #4E36FF;
}
</style>
background-color css
<style>
a { background-color: #4E36FF; }
a { background-color: rgb(78,54,255); }
div.DivClassName
{
background-color: #4E36FF;
}
.BgClassName
{
background-color: #4E36FF;
}
</style>
border-color css
<style>
span { border-color: #4E36FF; }
span { border-color: rgb(78,54,255); }
td.TdClassName
{
border-color: #4E36FF;
}
.TagClassName
{
border-color: #4E36FF;
}
</style>