Shades of Neon Blue #5B56EF
Tints of Neon Blue #5B56EF
RGB
CMYK
RGB Variations
Color information
#5B56EF (or 0x5B56EF) is known color: Neon Blue. HEX triplet: 5B, 56 and EF. RGB value is (91,86,239). Sum of RGB (Red+Green+Blue) = 91+86+239=416 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.88% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B56EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B56EF is #A4A910. Grayscale: #686868. Windows color (decimal): -10791185 or 15685211. OLE color: 15685211.
HSL color Cylindrical-coordinate representation of color #5B56EF: hue angle of 241.96º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B56EF is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 86 | 239 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.06 |
| HSL | 241.96º | 0.83% | 0.64% | - |
| HSV(B) | 241.96º | 0.64% | 0.94% | - |
| XYZ | 23.22 | 15.11 | 83.35 | - |
| YUV | 104.94 | 203.66 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 239 | 0.62 | 0.64 | 0 | 0.06 | 241.96 | 0.83 | 0.64 |
| Hex | 5B | 56 | EF | 3E | 40 | 0 | 6 | F2 | 53 | 40 |
| Octal | 133 | 126 | 357 | 76 | 100 | 0 | 6 | 362 | 123 | 100 |
| Binary | 1011011 | 1010110 | 11101111 | 111110 | 1000000 | 0 | 110 | 11110010 | 1010011 | 1000000 |
Color Harmonies of #5B56EF
Complementary color
Monochromatic Colors of #5B56EF
Black with #5B56EF
Text Example
Text Example
White with #5B56EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B56EF; }
p { color: rgb(91,86,239); }
H1.HeaderClassName
{
color: #5B56EF;
}
.AnyTagClassName
{
color: #5B56EF;
}
</style>
background-color css
<style>
a { background-color: #5B56EF; }
a { background-color: rgb(91,86,239); }
div.DivClassName
{
background-color: #5B56EF;
}
.BgClassName
{
background-color: #5B56EF;
}
</style>
border-color css
<style>
span { border-color: #5B56EF; }
span { border-color: rgb(91,86,239); }
td.TdClassName
{
border-color: #5B56EF;
}
.TagClassName
{
border-color: #5B56EF;
}
</style>