Shades of Neon Blue #5E57F6
Tints of Neon Blue #5E57F6
RGB
CMYK
RGB Variations
Color information
#5E57F6 (or 0x5E57F6) is known color: Neon Blue. HEX triplet: 5E, 57 and F6. RGB value is (94,87,246). Sum of RGB (Red+Green+Blue) = 94+87+246=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 246 (96.48% from 255 or 57.61% from 427); Max value from RGB is 246 - color contains mainly: blue. Hex color #5E57F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E57F6 is #A1A809. Grayscale: #6A6A6A. Windows color (decimal): -10594314 or 16144222. OLE color: 16144222.
HSL color Cylindrical-coordinate representation of color #5E57F6: hue angle of 242.64º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E57F6 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 87 | 246 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.04 |
| HSL | 242.64º | 0.9% | 0.65% | - |
| HSV(B) | 242.64º | 0.65% | 0.96% | - |
| XYZ | 24.66 | 15.85 | 88.95 | - |
| YUV | 107.22 | 206.32 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 246 | 0.62 | 0.65 | 0 | 0.04 | 242.64 | 0.9 | 0.65 |
| Hex | 5E | 57 | F6 | 3E | 41 | 0 | 4 | F3 | 5A | 41 |
| Octal | 136 | 127 | 366 | 76 | 101 | 0 | 4 | 363 | 132 | 101 |
| Binary | 1011110 | 1010111 | 11110110 | 111110 | 1000001 | 0 | 100 | 11110011 | 1011010 | 1000001 |
Color Harmonies of #5E57F6
Complementary color
Monochromatic Colors of #5E57F6
Black with #5E57F6
Text Example
Text Example
White with #5E57F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E57F6; }
p { color: rgb(94,87,246); }
H1.HeaderClassName
{
color: #5E57F6;
}
.AnyTagClassName
{
color: #5E57F6;
}
</style>
background-color css
<style>
a { background-color: #5E57F6; }
a { background-color: rgb(94,87,246); }
div.DivClassName
{
background-color: #5E57F6;
}
.BgClassName
{
background-color: #5E57F6;
}
</style>
border-color css
<style>
span { border-color: #5E57F6; }
span { border-color: rgb(94,87,246); }
td.TdClassName
{
border-color: #5E57F6;
}
.TagClassName
{
border-color: #5E57F6;
}
</style>