Shades of Neon Blue #5E46FF
Tints of Neon Blue #5E46FF
RGB
CMYK
RGB Variations
Color information
#5E46FF (or 0x5E46FF) is known color: Neon Blue. HEX triplet: 5E, 46 and FF. RGB value is (94,70,255). Sum of RGB (Red+Green+Blue) = 94+70+255=419 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.43% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E46FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E46FF is #A1B900. Grayscale: #616161. Windows color (decimal): -10598657 or 16729694. OLE color: 16729694.
HSL color Cylindrical-coordinate representation of color #5E46FF: hue angle of 247.78º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E46FF is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 70 | 255 | - |
| CMYK | 0.63 | 0.73 | 0 | 0 |
| HSL | 247.78º | 1% | 0.64% | - |
| HSV(B) | 247.78º | 0.73% | 1% | - |
| XYZ | 24.86 | 13.98 | 96 | - |
| YUV | 98.27 | 216.45 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 255 | 0.63 | 0.73 | 0 | 0 | 247.78 | 1 | 0.64 |
| Hex | 5E | 46 | FF | 3F | 49 | 0 | 0 | F8 | 64 | 40 |
| Octal | 136 | 106 | 377 | 77 | 111 | 0 | 0 | 370 | 144 | 100 |
| Binary | 1011110 | 1000110 | 11111111 | 111111 | 1001001 | 0 | 0 | 11111000 | 1100100 | 1000000 |
Color Harmonies of #5E46FF
Complementary color
Monochromatic Colors of #5E46FF
Black with #5E46FF
Text Example
Text Example
White with #5E46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E46FF; }
p { color: rgb(94,70,255); }
H1.HeaderClassName
{
color: #5E46FF;
}
.AnyTagClassName
{
color: #5E46FF;
}
</style>
background-color css
<style>
a { background-color: #5E46FF; }
a { background-color: rgb(94,70,255); }
div.DivClassName
{
background-color: #5E46FF;
}
.BgClassName
{
background-color: #5E46FF;
}
</style>
border-color css
<style>
span { border-color: #5E46FF; }
span { border-color: rgb(94,70,255); }
td.TdClassName
{
border-color: #5E46FF;
}
.TagClassName
{
border-color: #5E46FF;
}
</style>