Shades of Neon Blue #4E52FF
Tints of Neon Blue #4E52FF
RGB
CMYK
RGB Variations
Color information
#4E52FF (or 0x4E52FF) is known color: Neon Blue. HEX triplet: 4E, 52 and FF. RGB value is (78,82,255). Sum of RGB (Red+Green+Blue) = 78+82+255=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E52FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E52FF is #B1AD00. Grayscale: #636363. Windows color (decimal): -11644161 or 16732750. OLE color: 16732750.
HSL color Cylindrical-coordinate representation of color #4E52FF: hue angle of 238.64º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E52FF is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 82 | 255 | - |
| CMYK | 0.69 | 0.68 | 0 | 0 |
| HSL | 238.64º | 1% | 0.65% | - |
| HSV(B) | 238.64º | 0.69% | 1% | - |
| XYZ | 24.21 | 14.87 | 96.2 | - |
| YUV | 100.53 | 215.17 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 255 | 0.69 | 0.68 | 0 | 0 | 238.64 | 1 | 0.65 |
| Hex | 4E | 52 | FF | 45 | 44 | 0 | 0 | EF | 64 | 41 |
| Octal | 116 | 122 | 377 | 105 | 104 | 0 | 0 | 357 | 144 | 101 |
| Binary | 1001110 | 1010010 | 11111111 | 1000101 | 1000100 | 0 | 0 | 11101111 | 1100100 | 1000001 |
Color Harmonies of #4E52FF
Complementary color
Monochromatic Colors of #4E52FF
Black with #4E52FF
Text Example
Text Example
White with #4E52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E52FF; }
p { color: rgb(78,82,255); }
H1.HeaderClassName
{
color: #4E52FF;
}
.AnyTagClassName
{
color: #4E52FF;
}
</style>
background-color css
<style>
a { background-color: #4E52FF; }
a { background-color: rgb(78,82,255); }
div.DivClassName
{
background-color: #4E52FF;
}
.BgClassName
{
background-color: #4E52FF;
}
</style>
border-color css
<style>
span { border-color: #4E52FF; }
span { border-color: rgb(78,82,255); }
td.TdClassName
{
border-color: #4E52FF;
}
.TagClassName
{
border-color: #4E52FF;
}
</style>