Shades of Neon Blue #4E46FE
Tints of Neon Blue #4E46FE
RGB
CMYK
RGB Variations
Color information
#4E46FE (or 0x4E46FE) is known color: Neon Blue. HEX triplet: 4E, 46 and FE. RGB value is (78,70,254). Sum of RGB (Red+Green+Blue) = 78+70+254=402 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.40% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E46FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E46FE is #B1B901. Grayscale: #5C5C5C. Windows color (decimal): -11647234 or 16664142. OLE color: 16664142.
HSL color Cylindrical-coordinate representation of color #4E46FE: hue angle of 242.61º 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 #4E46FE is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 70 | 254 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.00 |
| HSL | 242.61º | 0.99% | 0.64% | - |
| HSV(B) | 242.61º | 0.72% | 1% | - |
| XYZ | 23.22 | 13.16 | 95.08 | - |
| YUV | 93.37 | 218.65 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 254 | 0.69 | 0.72 | 0 | 0.00 | 242.61 | 0.99 | 0.64 |
| Hex | 4E | 46 | FE | 45 | 48 | 0 | 0 | F3 | 63 | 40 |
| Octal | 116 | 106 | 376 | 105 | 110 | 0 | 0 | 363 | 143 | 100 |
| Binary | 1001110 | 1000110 | 11111110 | 1000101 | 1001000 | 0 | 0 | 11110011 | 1100011 | 1000000 |
Color Harmonies of #4E46FE
Complementary color
Monochromatic Colors of #4E46FE
Black with #4E46FE
Text Example
Text Example
White with #4E46FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E46FE; }
p { color: rgb(78,70,254); }
H1.HeaderClassName
{
color: #4E46FE;
}
.AnyTagClassName
{
color: #4E46FE;
}
</style>
background-color css
<style>
a { background-color: #4E46FE; }
a { background-color: rgb(78,70,254); }
div.DivClassName
{
background-color: #4E46FE;
}
.BgClassName
{
background-color: #4E46FE;
}
</style>
border-color css
<style>
span { border-color: #4E46FE; }
span { border-color: rgb(78,70,254); }
td.TdClassName
{
border-color: #4E46FE;
}
.TagClassName
{
border-color: #4E46FE;
}
</style>