Shades of Neon Blue #5B36FF
Tints of Neon Blue #5B36FF
RGB
CMYK
RGB Variations
Color information
#5B36FF (or 0x5B36FF) is known color: Neon Blue. HEX triplet: 5B, 36 and FF. RGB value is (91,54,255). Sum of RGB (Red+Green+Blue) = 91+54+255=400 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.75% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B36FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B36FF is #A4C900. Grayscale: #575757. Windows color (decimal): -10799361 or 16725595. OLE color: 16725595.
HSL color Cylindrical-coordinate representation of color #5B36FF: hue angle of 251.04º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B36FF is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 54 | 255 | - |
| CMYK | 0.64 | 0.79 | 0 | 0 |
| HSL | 251.04º | 1% | 0.61% | - |
| HSV(B) | 251.04º | 0.79% | 1% | - |
| XYZ | 23.68 | 12.08 | 95.69 | - |
| YUV | 87.98 | 222.26 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 255 | 0.64 | 0.79 | 0 | 0 | 251.04 | 1 | 0.61 |
| Hex | 5B | 36 | FF | 40 | 4F | 0 | 0 | FB | 64 | 3D |
| Octal | 133 | 66 | 377 | 100 | 117 | 0 | 0 | 373 | 144 | 75 |
| Binary | 1011011 | 110110 | 11111111 | 1000000 | 1001111 | 0 | 0 | 11111011 | 1100100 | 111101 |
Color Harmonies of #5B36FF
Complementary color
Monochromatic Colors of #5B36FF
Black with #5B36FF
Text Example
Text Example
White with #5B36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B36FF; }
p { color: rgb(91,54,255); }
H1.HeaderClassName
{
color: #5B36FF;
}
.AnyTagClassName
{
color: #5B36FF;
}
</style>
background-color css
<style>
a { background-color: #5B36FF; }
a { background-color: rgb(91,54,255); }
div.DivClassName
{
background-color: #5B36FF;
}
.BgClassName
{
background-color: #5B36FF;
}
</style>
border-color css
<style>
span { border-color: #5B36FF; }
span { border-color: rgb(91,54,255); }
td.TdClassName
{
border-color: #5B36FF;
}
.TagClassName
{
border-color: #5B36FF;
}
</style>