Shades of Neon Blue #5E50F0
Tints of Neon Blue #5E50F0
RGB
CMYK
RGB Variations
Color information
#5E50F0 (or 0x5E50F0) is known color: Neon Blue. HEX triplet: 5E, 50 and F0. RGB value is (94,80,240). Sum of RGB (Red+Green+Blue) = 94+80+240=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #5E50F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E50F0 is #A1AF0F. Grayscale: #656565. Windows color (decimal): -10596112 or 15749214. OLE color: 15749214.
HSL color Cylindrical-coordinate representation of color #5E50F0: hue angle of 245.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E50F0 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 80 | 240 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.06 |
| HSL | 245.25º | 0.84% | 0.63% | - |
| HSV(B) | 245.25º | 0.67% | 0.94% | - |
| XYZ | 23.21 | 14.41 | 84 | - |
| YUV | 102.43 | 205.64 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 240 | 0.61 | 0.67 | 0 | 0.06 | 245.25 | 0.84 | 0.63 |
| Hex | 5E | 50 | F0 | 3D | 43 | 0 | 6 | F5 | 54 | 3F |
| Octal | 136 | 120 | 360 | 75 | 103 | 0 | 6 | 365 | 124 | 77 |
| Binary | 1011110 | 1010000 | 11110000 | 111101 | 1000011 | 0 | 110 | 11110101 | 1010100 | 111111 |
Color Harmonies of #5E50F0
Complementary color
Monochromatic Colors of #5E50F0
Black with #5E50F0
Text Example
Text Example
White with #5E50F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E50F0; }
p { color: rgb(94,80,240); }
H1.HeaderClassName
{
color: #5E50F0;
}
.AnyTagClassName
{
color: #5E50F0;
}
</style>
background-color css
<style>
a { background-color: #5E50F0; }
a { background-color: rgb(94,80,240); }
div.DivClassName
{
background-color: #5E50F0;
}
.BgClassName
{
background-color: #5E50F0;
}
</style>
border-color css
<style>
span { border-color: #5E50F0; }
span { border-color: rgb(94,80,240); }
td.TdClassName
{
border-color: #5E50F0;
}
.TagClassName
{
border-color: #5E50F0;
}
</style>