Shades of Neon Blue #5D37FB
Tints of Neon Blue #5D37FB
RGB
CMYK
RGB Variations
Color information
#5D37FB (or 0x5D37FB) is known color: Neon Blue. HEX triplet: 5D, 37 and FB. RGB value is (93,55,251). Sum of RGB (Red+Green+Blue) = 93+55+251=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #5D37FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D37FB is #A2C804. Grayscale: #575757. Windows color (decimal): -10668037 or 16463709. OLE color: 16463709.
HSL color Cylindrical-coordinate representation of color #5D37FB: hue angle of 251.63º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D37FB is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 55 | 251 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.02 |
| HSL | 251.63º | 0.96% | 0.6% | - |
| HSV(B) | 251.63º | 0.78% | 0.98% | - |
| XYZ | 23.29 | 12.02 | 92.36 | - |
| YUV | 88.71 | 219.59 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 251 | 0.63 | 0.78 | 0 | 0.02 | 251.63 | 0.96 | 0.6 |
| Hex | 5D | 37 | FB | 3F | 4E | 0 | 2 | FC | 60 | 3C |
| Octal | 135 | 67 | 373 | 77 | 116 | 0 | 2 | 374 | 140 | 74 |
| Binary | 1011101 | 110111 | 11111011 | 111111 | 1001110 | 0 | 10 | 11111100 | 1100000 | 111100 |
Color Harmonies of #5D37FB
Complementary color
Monochromatic Colors of #5D37FB
Black with #5D37FB
Text Example
Text Example
White with #5D37FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D37FB; }
p { color: rgb(93,55,251); }
H1.HeaderClassName
{
color: #5D37FB;
}
.AnyTagClassName
{
color: #5D37FB;
}
</style>
background-color css
<style>
a { background-color: #5D37FB; }
a { background-color: rgb(93,55,251); }
div.DivClassName
{
background-color: #5D37FB;
}
.BgClassName
{
background-color: #5D37FB;
}
</style>
border-color css
<style>
span { border-color: #5D37FB; }
span { border-color: rgb(93,55,251); }
td.TdClassName
{
border-color: #5D37FB;
}
.TagClassName
{
border-color: #5D37FB;
}
</style>