Shades of Neon Blue #4E48FF
Tints of Neon Blue #4E48FF
RGB
CMYK
RGB Variations
Color information
#4E48FF (or 0x4E48FF) is known color: Neon Blue. HEX triplet: 4E, 48 and FF. RGB value is (78,72,255). Sum of RGB (Red+Green+Blue) = 78+72+255=405 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.26% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E48FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E48FF is #B1B700. Grayscale: #5D5D5D. Windows color (decimal): -11646721 or 16730190. OLE color: 16730190.
HSL color Cylindrical-coordinate representation of color #4E48FF: hue angle of 241.97º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E48FF is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 72 | 255 | - |
| CMYK | 0.69 | 0.72 | 0 | 0 |
| HSL | 241.97º | 1% | 0.64% | - |
| HSV(B) | 241.97º | 0.72% | 1% | - |
| XYZ | 23.51 | 13.47 | 95.97 | - |
| YUV | 94.66 | 218.49 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 255 | 0.69 | 0.72 | 0 | 0 | 241.97 | 1 | 0.64 |
| Hex | 4E | 48 | FF | 45 | 48 | 0 | 0 | F2 | 64 | 40 |
| Octal | 116 | 110 | 377 | 105 | 110 | 0 | 0 | 362 | 144 | 100 |
| Binary | 1001110 | 1001000 | 11111111 | 1000101 | 1001000 | 0 | 0 | 11110010 | 1100100 | 1000000 |
Color Harmonies of #4E48FF
Complementary color
Monochromatic Colors of #4E48FF
Black with #4E48FF
Text Example
Text Example
White with #4E48FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E48FF; }
p { color: rgb(78,72,255); }
H1.HeaderClassName
{
color: #4E48FF;
}
.AnyTagClassName
{
color: #4E48FF;
}
</style>
background-color css
<style>
a { background-color: #4E48FF; }
a { background-color: rgb(78,72,255); }
div.DivClassName
{
background-color: #4E48FF;
}
.BgClassName
{
background-color: #4E48FF;
}
</style>
border-color css
<style>
span { border-color: #4E48FF; }
span { border-color: rgb(78,72,255); }
td.TdClassName
{
border-color: #4E48FF;
}
.TagClassName
{
border-color: #4E48FF;
}
</style>