Shades of Neon Blue #5B56FD
Tints of Neon Blue #5B56FD
RGB
CMYK
RGB Variations
Color information
#5B56FD (or 0x5B56FD) is known color: Neon Blue. HEX triplet: 5B, 56 and FD. RGB value is (91,86,253). Sum of RGB (Red+Green+Blue) = 91+86+253=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B56FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B56FD is #A4A902. Grayscale: #696969. Windows color (decimal): -10791171 or 16602715. OLE color: 16602715.
HSL color Cylindrical-coordinate representation of color #5B56FD: hue angle of 241.8º 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 #5B56FD is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 86 | 253 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.01 |
| HSL | 241.8º | 0.98% | 0.66% | - |
| HSV(B) | 241.8º | 0.66% | 0.99% | - |
| XYZ | 25.37 | 15.97 | 94.67 | - |
| YUV | 106.53 | 210.66 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 253 | 0.64 | 0.66 | 0 | 0.01 | 241.8 | 0.98 | 0.66 |
| Hex | 5B | 56 | FD | 40 | 42 | 0 | 1 | F2 | 62 | 42 |
| Octal | 133 | 126 | 375 | 100 | 102 | 0 | 1 | 362 | 142 | 102 |
| Binary | 1011011 | 1010110 | 11111101 | 1000000 | 1000010 | 0 | 1 | 11110010 | 1100010 | 1000010 |
Color Harmonies of #5B56FD
Complementary color
Monochromatic Colors of #5B56FD
Black with #5B56FD
Text Example
Text Example
White with #5B56FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B56FD; }
p { color: rgb(91,86,253); }
H1.HeaderClassName
{
color: #5B56FD;
}
.AnyTagClassName
{
color: #5B56FD;
}
</style>
background-color css
<style>
a { background-color: #5B56FD; }
a { background-color: rgb(91,86,253); }
div.DivClassName
{
background-color: #5B56FD;
}
.BgClassName
{
background-color: #5B56FD;
}
</style>
border-color css
<style>
span { border-color: #5B56FD; }
span { border-color: rgb(91,86,253); }
td.TdClassName
{
border-color: #5B56FD;
}
.TagClassName
{
border-color: #5B56FD;
}
</style>