Shades of Neon Blue #5B3BEC
Tints of Neon Blue #5B3BEC
RGB
CMYK
RGB Variations
Color information
#5B3BEC (or 0x5B3BEC) is known color: Neon Blue. HEX triplet: 5B, 3B and EC. RGB value is (91,59,236). Sum of RGB (Red+Green+Blue) = 91+59+236=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B3BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B3BEC is #A4C413. Grayscale: #585858. Windows color (decimal): -10798100 or 15481691. OLE color: 15481691.
HSL color Cylindrical-coordinate representation of color #5B3BEC: hue angle of 250.85º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B3BEC is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 59 | 236 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.07 |
| HSL | 250.85º | 0.82% | 0.58% | - |
| HSV(B) | 250.85º | 0.75% | 0.93% | - |
| XYZ | 21.02 | 11.41 | 80.45 | - |
| YUV | 88.75 | 211.1 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 236 | 0.61 | 0.75 | 0 | 0.07 | 250.85 | 0.82 | 0.58 |
| Hex | 5B | 3B | EC | 3D | 4B | 0 | 7 | FB | 52 | 3A |
| Octal | 133 | 73 | 354 | 75 | 113 | 0 | 7 | 373 | 122 | 72 |
| Binary | 1011011 | 111011 | 11101100 | 111101 | 1001011 | 0 | 111 | 11111011 | 1010010 | 111010 |
Color Harmonies of #5B3BEC
Complementary color
Monochromatic Colors of #5B3BEC
Black with #5B3BEC
Text Example
Text Example
White with #5B3BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3BEC; }
p { color: rgb(91,59,236); }
H1.HeaderClassName
{
color: #5B3BEC;
}
.AnyTagClassName
{
color: #5B3BEC;
}
</style>
background-color css
<style>
a { background-color: #5B3BEC; }
a { background-color: rgb(91,59,236); }
div.DivClassName
{
background-color: #5B3BEC;
}
.BgClassName
{
background-color: #5B3BEC;
}
</style>
border-color css
<style>
span { border-color: #5B3BEC; }
span { border-color: rgb(91,59,236); }
td.TdClassName
{
border-color: #5B3BEC;
}
.TagClassName
{
border-color: #5B3BEC;
}
</style>