Shades of Neon Blue #5E50F6
Tints of Neon Blue #5E50F6
RGB
CMYK
RGB Variations
Color information
#5E50F6 (or 0x5E50F6) is known color: Neon Blue. HEX triplet: 5E, 50 and F6. RGB value is (94,80,246). Sum of RGB (Red+Green+Blue) = 94+80+246=420 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.38% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 246 (96.48% from 255 or 58.57% from 420); Max value from RGB is 246 - color contains mainly: blue. Hex color #5E50F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E50F6 is #A1AF09. Grayscale: #666666. Windows color (decimal): -10596106 or 16142430. OLE color: 16142430.
HSL color Cylindrical-coordinate representation of color #5E50F6: hue angle of 245.06º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E50F6 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 80 | 246 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.04 |
| HSL | 245.06º | 0.9% | 0.64% | - |
| HSV(B) | 245.06º | 0.67% | 0.96% | - |
| XYZ | 24.12 | 14.77 | 88.77 | - |
| YUV | 103.11 | 208.64 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 246 | 0.62 | 0.67 | 0 | 0.04 | 245.06 | 0.9 | 0.64 |
| Hex | 5E | 50 | F6 | 3E | 43 | 0 | 4 | F5 | 5A | 40 |
| Octal | 136 | 120 | 366 | 76 | 103 | 0 | 4 | 365 | 132 | 100 |
| Binary | 1011110 | 1010000 | 11110110 | 111110 | 1000011 | 0 | 100 | 11110101 | 1011010 | 1000000 |
Color Harmonies of #5E50F6
Complementary color
Monochromatic Colors of #5E50F6
Black with #5E50F6
Text Example
Text Example
White with #5E50F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E50F6; }
p { color: rgb(94,80,246); }
H1.HeaderClassName
{
color: #5E50F6;
}
.AnyTagClassName
{
color: #5E50F6;
}
</style>
background-color css
<style>
a { background-color: #5E50F6; }
a { background-color: rgb(94,80,246); }
div.DivClassName
{
background-color: #5E50F6;
}
.BgClassName
{
background-color: #5E50F6;
}
</style>
border-color css
<style>
span { border-color: #5E50F6; }
span { border-color: rgb(94,80,246); }
td.TdClassName
{
border-color: #5E50F6;
}
.TagClassName
{
border-color: #5E50F6;
}
</style>