Shades of Neon Blue #5D3BEA
Tints of Neon Blue #5D3BEA
RGB
CMYK
RGB Variations
Color information
#5D3BEA (or 0x5D3BEA) is known color: Neon Blue. HEX triplet: 5D, 3B and EA. RGB value is (93,59,234). Sum of RGB (Red+Green+Blue) = 93+59+234=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D3BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3BEA is #A2C415. Grayscale: #585858. Windows color (decimal): -10667030 or 15350621. OLE color: 15350621.
HSL color Cylindrical-coordinate representation of color #5D3BEA: hue angle of 251.66º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D3BEA is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 59 | 234 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.08 |
| HSL | 251.66º | 0.81% | 0.57% | - |
| HSV(B) | 251.66º | 0.75% | 0.92% | - |
| XYZ | 20.93 | 11.4 | 78.94 | - |
| YUV | 89.12 | 209.76 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 59 | 234 | 0.60 | 0.75 | 0 | 0.08 | 251.66 | 0.81 | 0.57 |
| Hex | 5D | 3B | EA | 3C | 4B | 0 | 8 | FC | 51 | 39 |
| Octal | 135 | 73 | 352 | 74 | 113 | 0 | 10 | 374 | 121 | 71 |
| Binary | 1011101 | 111011 | 11101010 | 111100 | 1001011 | 0 | 1000 | 11111100 | 1010001 | 111001 |
Color Harmonies of #5D3BEA
Complementary color
Monochromatic Colors of #5D3BEA
Black with #5D3BEA
Text Example
Text Example
White with #5D3BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3BEA; }
p { color: rgb(93,59,234); }
H1.HeaderClassName
{
color: #5D3BEA;
}
.AnyTagClassName
{
color: #5D3BEA;
}
</style>
background-color css
<style>
a { background-color: #5D3BEA; }
a { background-color: rgb(93,59,234); }
div.DivClassName
{
background-color: #5D3BEA;
}
.BgClassName
{
background-color: #5D3BEA;
}
</style>
border-color css
<style>
span { border-color: #5D3BEA; }
span { border-color: rgb(93,59,234); }
td.TdClassName
{
border-color: #5D3BEA;
}
.TagClassName
{
border-color: #5D3BEA;
}
</style>