Shades of Neon Blue #5E47E6
Tints of Neon Blue #5E47E6
RGB
CMYK
RGB Variations
Color information
#5E47E6 (or 0x5E47E6) is known color: Neon Blue. HEX triplet: 5E, 47 and E6. RGB value is (94,71,230). Sum of RGB (Red+Green+Blue) = 94+71+230=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #5E47E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E47E6 is #A1B819. Grayscale: #5F5F5F. Windows color (decimal): -10598426 or 15091550. OLE color: 15091550.
HSL color Cylindrical-coordinate representation of color #5E47E6: hue angle of 248.68º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E47E6 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 94 | 71 | 230 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.10 |
| HSL | 248.68º | 0.76% | 0.59% | - |
| HSV(B) | 248.68º | 0.69% | 0.9% | - |
| XYZ | 21.15 | 12.6 | 76.18 | - |
| YUV | 96 | 203.62 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 71 | 230 | 0.59 | 0.69 | 0 | 0.10 | 248.68 | 0.76 | 0.59 |
| Hex | 5E | 47 | E6 | 3B | 45 | 0 | A | F9 | 4C | 3B |
| Octal | 136 | 107 | 346 | 73 | 105 | 0 | 12 | 371 | 114 | 73 |
| Binary | 1011110 | 1000111 | 11100110 | 111011 | 1000101 | 0 | 1010 | 11111001 | 1001100 | 111011 |
Color Harmonies of #5E47E6
Complementary color
Monochromatic Colors of #5E47E6
Black with #5E47E6
Text Example
Text Example
White with #5E47E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E47E6; }
p { color: rgb(94,71,230); }
H1.HeaderClassName
{
color: #5E47E6;
}
.AnyTagClassName
{
color: #5E47E6;
}
</style>
background-color css
<style>
a { background-color: #5E47E6; }
a { background-color: rgb(94,71,230); }
div.DivClassName
{
background-color: #5E47E6;
}
.BgClassName
{
background-color: #5E47E6;
}
</style>
border-color css
<style>
span { border-color: #5E47E6; }
span { border-color: rgb(94,71,230); }
td.TdClassName
{
border-color: #5E47E6;
}
.TagClassName
{
border-color: #5E47E6;
}
</style>