Shades of Neon Blue #5E46FE
Tints of Neon Blue #5E46FE
RGB
CMYK
RGB Variations
Color information
#5E46FE (or 0x5E46FE) is known color: Neon Blue. HEX triplet: 5E, 46 and FE. RGB value is (94,70,254). Sum of RGB (Red+Green+Blue) = 94+70+254=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E46FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E46FE is #A1B901. Grayscale: #616161. Windows color (decimal): -10598658 or 16664158. OLE color: 16664158.
HSL color Cylindrical-coordinate representation of color #5E46FE: hue angle of 247.83º 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 #5E46FE is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 70 | 254 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.00 |
| HSL | 247.83º | 0.99% | 0.64% | - |
| HSV(B) | 247.83º | 0.72% | 1% | - |
| XYZ | 24.7 | 13.92 | 95.15 | - |
| YUV | 98.15 | 215.95 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 254 | 0.63 | 0.72 | 0 | 0.00 | 247.83 | 0.99 | 0.64 |
| Hex | 5E | 46 | FE | 3F | 48 | 0 | 0 | F8 | 63 | 40 |
| Octal | 136 | 106 | 376 | 77 | 110 | 0 | 0 | 370 | 143 | 100 |
| Binary | 1011110 | 1000110 | 11111110 | 111111 | 1001000 | 0 | 0 | 11111000 | 1100011 | 1000000 |
Color Harmonies of #5E46FE
Complementary color
Monochromatic Colors of #5E46FE
Black with #5E46FE
Text Example
Text Example
White with #5E46FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E46FE; }
p { color: rgb(94,70,254); }
H1.HeaderClassName
{
color: #5E46FE;
}
.AnyTagClassName
{
color: #5E46FE;
}
</style>
background-color css
<style>
a { background-color: #5E46FE; }
a { background-color: rgb(94,70,254); }
div.DivClassName
{
background-color: #5E46FE;
}
.BgClassName
{
background-color: #5E46FE;
}
</style>
border-color css
<style>
span { border-color: #5E46FE; }
span { border-color: rgb(94,70,254); }
td.TdClassName
{
border-color: #5E46FE;
}
.TagClassName
{
border-color: #5E46FE;
}
</style>