Shades of Neon Blue #5B56E9
Tints of Neon Blue #5B56E9
RGB
CMYK
RGB Variations
Color information
#5B56E9 (or 0x5B56E9) is known color: Neon Blue. HEX triplet: 5B, 56 and E9. RGB value is (91,86,233). Sum of RGB (Red+Green+Blue) = 91+86+233=410 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.20% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 233 (91.41% from 255 or 56.83% from 410); Max value from RGB is 233 - color contains mainly: blue. Hex color #5B56E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B56E9 is #A4A916. Grayscale: #676767. Windows color (decimal): -10791191 or 15291995. OLE color: 15291995.
HSL color Cylindrical-coordinate representation of color #5B56E9: hue angle of 242.04º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B56E9 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 86 | 233 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.09 |
| HSL | 242.04º | 0.77% | 0.63% | - |
| HSV(B) | 242.04º | 0.63% | 0.91% | - |
| XYZ | 22.35 | 14.76 | 78.76 | - |
| YUV | 104.25 | 200.66 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 233 | 0.61 | 0.63 | 0 | 0.09 | 242.04 | 0.77 | 0.63 |
| Hex | 5B | 56 | E9 | 3D | 3F | 0 | 9 | F2 | 4D | 3F |
| Octal | 133 | 126 | 351 | 75 | 77 | 0 | 11 | 362 | 115 | 77 |
| Binary | 1011011 | 1010110 | 11101001 | 111101 | 111111 | 0 | 1001 | 11110010 | 1001101 | 111111 |
Color Harmonies of #5B56E9
Complementary color
Monochromatic Colors of #5B56E9
Black with #5B56E9
Text Example
Text Example
White with #5B56E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B56E9; }
p { color: rgb(91,86,233); }
H1.HeaderClassName
{
color: #5B56E9;
}
.AnyTagClassName
{
color: #5B56E9;
}
</style>
background-color css
<style>
a { background-color: #5B56E9; }
a { background-color: rgb(91,86,233); }
div.DivClassName
{
background-color: #5B56E9;
}
.BgClassName
{
background-color: #5B56E9;
}
</style>
border-color css
<style>
span { border-color: #5B56E9; }
span { border-color: rgb(91,86,233); }
td.TdClassName
{
border-color: #5B56E9;
}
.TagClassName
{
border-color: #5B56E9;
}
</style>