Shades of Neon Blue #5B56FA
Tints of Neon Blue #5B56FA
RGB
CMYK
RGB Variations
Color information
#5B56FA (or 0x5B56FA) is known color: Neon Blue. HEX triplet: 5B, 56 and FA. RGB value is (91,86,250). Sum of RGB (Red+Green+Blue) = 91+86+250=427 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.31% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B56FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B56FA is #A4A905. Grayscale: #696969. Windows color (decimal): -10791174 or 16406107. OLE color: 16406107.
HSL color Cylindrical-coordinate representation of color #5B56FA: hue angle of 241.83º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B56FA is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 86 | 250 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.02 |
| HSL | 241.83º | 0.94% | 0.66% | - |
| HSV(B) | 241.83º | 0.66% | 0.98% | - |
| XYZ | 24.9 | 15.78 | 92.18 | - |
| YUV | 106.19 | 209.16 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 250 | 0.64 | 0.66 | 0 | 0.02 | 241.83 | 0.94 | 0.66 |
| Hex | 5B | 56 | FA | 40 | 42 | 0 | 2 | F2 | 5E | 42 |
| Octal | 133 | 126 | 372 | 100 | 102 | 0 | 2 | 362 | 136 | 102 |
| Binary | 1011011 | 1010110 | 11111010 | 1000000 | 1000010 | 0 | 10 | 11110010 | 1011110 | 1000010 |
Color Harmonies of #5B56FA
Complementary color
Monochromatic Colors of #5B56FA
Black with #5B56FA
Text Example
Text Example
White with #5B56FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B56FA; }
p { color: rgb(91,86,250); }
H1.HeaderClassName
{
color: #5B56FA;
}
.AnyTagClassName
{
color: #5B56FA;
}
</style>
background-color css
<style>
a { background-color: #5B56FA; }
a { background-color: rgb(91,86,250); }
div.DivClassName
{
background-color: #5B56FA;
}
.BgClassName
{
background-color: #5B56FA;
}
</style>
border-color css
<style>
span { border-color: #5B56FA; }
span { border-color: rgb(91,86,250); }
td.TdClassName
{
border-color: #5B56FA;
}
.TagClassName
{
border-color: #5B56FA;
}
</style>