Shades of Neon Blue #4E34FF
Tints of Neon Blue #4E34FF
RGB
CMYK
RGB Variations
Color information
#4E34FF (or 0x4E34FF) is known color: Neon Blue. HEX triplet: 4E, 34 and FF. RGB value is (78,52,255). Sum of RGB (Red+Green+Blue) = 78+52+255=385 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.26% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E34FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E34FF is #B1CB00. Grayscale: #525252. Windows color (decimal): -11651841 or 16725070. OLE color: 16725070.
HSL color Cylindrical-coordinate representation of color #4E34FF: hue angle of 247.68º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E34FF is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 52 | 255 | - |
| CMYK | 0.69 | 0.80 | 0 | 0 |
| HSL | 247.68º | 1% | 0.6% | - |
| HSV(B) | 247.68º | 0.8% | 1% | - |
| XYZ | 22.42 | 11.3 | 95.61 | - |
| YUV | 82.92 | 225.11 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 255 | 0.69 | 0.80 | 0 | 0 | 247.68 | 1 | 0.6 |
| Hex | 4E | 34 | FF | 45 | 50 | 0 | 0 | F8 | 64 | 3C |
| Octal | 116 | 64 | 377 | 105 | 120 | 0 | 0 | 370 | 144 | 74 |
| Binary | 1001110 | 110100 | 11111111 | 1000101 | 1010000 | 0 | 0 | 11111000 | 1100100 | 111100 |
Color Harmonies of #4E34FF
Complementary color
Monochromatic Colors of #4E34FF
Black with #4E34FF
Text Example
Text Example
White with #4E34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E34FF; }
p { color: rgb(78,52,255); }
H1.HeaderClassName
{
color: #4E34FF;
}
.AnyTagClassName
{
color: #4E34FF;
}
</style>
background-color css
<style>
a { background-color: #4E34FF; }
a { background-color: rgb(78,52,255); }
div.DivClassName
{
background-color: #4E34FF;
}
.BgClassName
{
background-color: #4E34FF;
}
</style>
border-color css
<style>
span { border-color: #4E34FF; }
span { border-color: rgb(78,52,255); }
td.TdClassName
{
border-color: #4E34FF;
}
.TagClassName
{
border-color: #4E34FF;
}
</style>