Shades of Neon Blue #4E48FE
Tints of Neon Blue #4E48FE
RGB
CMYK
RGB Variations
Color information
#4E48FE (or 0x4E48FE) is known color: Neon Blue. HEX triplet: 4E, 48 and FE. RGB value is (78,72,254). Sum of RGB (Red+Green+Blue) = 78+72+254=404 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.31% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E48FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E48FE is #B1B701. Grayscale: #5D5D5D. Windows color (decimal): -11646722 or 16664654. OLE color: 16664654.
HSL color Cylindrical-coordinate representation of color #4E48FE: hue angle of 241.98º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E48FE is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 72 | 254 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.00 |
| HSL | 241.98º | 0.99% | 0.64% | - |
| HSV(B) | 241.98º | 0.72% | 1% | - |
| XYZ | 23.35 | 13.41 | 95.12 | - |
| YUV | 94.54 | 217.99 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 254 | 0.69 | 0.72 | 0 | 0.00 | 241.98 | 0.99 | 0.64 |
| Hex | 4E | 48 | FE | 45 | 48 | 0 | 0 | F2 | 63 | 40 |
| Octal | 116 | 110 | 376 | 105 | 110 | 0 | 0 | 362 | 143 | 100 |
| Binary | 1001110 | 1001000 | 11111110 | 1000101 | 1001000 | 0 | 0 | 11110010 | 1100011 | 1000000 |
Color Harmonies of #4E48FE
Complementary color
Monochromatic Colors of #4E48FE
Black with #4E48FE
Text Example
Text Example
White with #4E48FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E48FE; }
p { color: rgb(78,72,254); }
H1.HeaderClassName
{
color: #4E48FE;
}
.AnyTagClassName
{
color: #4E48FE;
}
</style>
background-color css
<style>
a { background-color: #4E48FE; }
a { background-color: rgb(78,72,254); }
div.DivClassName
{
background-color: #4E48FE;
}
.BgClassName
{
background-color: #4E48FE;
}
</style>
border-color css
<style>
span { border-color: #4E48FE; }
span { border-color: rgb(78,72,254); }
td.TdClassName
{
border-color: #4E48FE;
}
.TagClassName
{
border-color: #4E48FE;
}
</style>