Shades of Neon Blue #5E56FD
Tints of Neon Blue #5E56FD
RGB
CMYK
RGB Variations
Color information
#5E56FD (or 0x5E56FD) is known color: Neon Blue. HEX triplet: 5E, 56 and FD. RGB value is (94,86,253). Sum of RGB (Red+Green+Blue) = 94+86+253=433 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.71% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E56FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E56FD is #A1A902. Grayscale: #6A6A6A. Windows color (decimal): -10594563 or 16602718. OLE color: 16602718.
HSL color Cylindrical-coordinate representation of color #5E56FD: hue angle of 242.87º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E56FD is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 86 | 253 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.01 |
| HSL | 242.87º | 0.98% | 0.66% | - |
| HSV(B) | 242.87º | 0.66% | 0.99% | - |
| XYZ | 25.67 | 16.13 | 94.69 | - |
| YUV | 107.43 | 210.15 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 253 | 0.63 | 0.66 | 0 | 0.01 | 242.87 | 0.98 | 0.66 |
| Hex | 5E | 56 | FD | 3F | 42 | 0 | 1 | F3 | 62 | 42 |
| Octal | 136 | 126 | 375 | 77 | 102 | 0 | 1 | 363 | 142 | 102 |
| Binary | 1011110 | 1010110 | 11111101 | 111111 | 1000010 | 0 | 1 | 11110011 | 1100010 | 1000010 |
Color Harmonies of #5E56FD
Complementary color
Monochromatic Colors of #5E56FD
Black with #5E56FD
Text Example
Text Example
White with #5E56FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E56FD; }
p { color: rgb(94,86,253); }
H1.HeaderClassName
{
color: #5E56FD;
}
.AnyTagClassName
{
color: #5E56FD;
}
</style>
background-color css
<style>
a { background-color: #5E56FD; }
a { background-color: rgb(94,86,253); }
div.DivClassName
{
background-color: #5E56FD;
}
.BgClassName
{
background-color: #5E56FD;
}
</style>
border-color css
<style>
span { border-color: #5E56FD; }
span { border-color: rgb(94,86,253); }
td.TdClassName
{
border-color: #5E56FD;
}
.TagClassName
{
border-color: #5E56FD;
}
</style>