Shades of Neon Blue #5B37FC
Tints of Neon Blue #5B37FC
RGB
CMYK
RGB Variations
Color information
#5B37FC (or 0x5B37FC) is known color: Neon Blue. HEX triplet: 5B, 37 and FC. RGB value is (91,55,252). Sum of RGB (Red+Green+Blue) = 91+55+252=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B37FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B37FC is #A4C803. Grayscale: #575757. Windows color (decimal): -10799108 or 16529243. OLE color: 16529243.
HSL color Cylindrical-coordinate representation of color #5B37FC: hue angle of 250.96º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B37FC is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 55 | 252 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.01 |
| HSL | 250.96º | 0.97% | 0.6% | - |
| HSV(B) | 250.96º | 0.78% | 0.99% | - |
| XYZ | 23.25 | 11.98 | 93.18 | - |
| YUV | 88.22 | 220.43 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 55 | 252 | 0.64 | 0.78 | 0 | 0.01 | 250.96 | 0.97 | 0.6 |
| Hex | 5B | 37 | FC | 40 | 4E | 0 | 1 | FB | 61 | 3C |
| Octal | 133 | 67 | 374 | 100 | 116 | 0 | 1 | 373 | 141 | 74 |
| Binary | 1011011 | 110111 | 11111100 | 1000000 | 1001110 | 0 | 1 | 11111011 | 1100001 | 111100 |
Color Harmonies of #5B37FC
Complementary color
Monochromatic Colors of #5B37FC
Black with #5B37FC
Text Example
Text Example
White with #5B37FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B37FC; }
p { color: rgb(91,55,252); }
H1.HeaderClassName
{
color: #5B37FC;
}
.AnyTagClassName
{
color: #5B37FC;
}
</style>
background-color css
<style>
a { background-color: #5B37FC; }
a { background-color: rgb(91,55,252); }
div.DivClassName
{
background-color: #5B37FC;
}
.BgClassName
{
background-color: #5B37FC;
}
</style>
border-color css
<style>
span { border-color: #5B37FC; }
span { border-color: rgb(91,55,252); }
td.TdClassName
{
border-color: #5B37FC;
}
.TagClassName
{
border-color: #5B37FC;
}
</style>