Shades of Neon Blue #5D4AED
Tints of Neon Blue #5D4AED
RGB
CMYK
RGB Variations
Color information
#5D4AED (or 0x5D4AED) is known color: Neon Blue. HEX triplet: 5D, 4A and ED. RGB value is (93,74,237). Sum of RGB (Red+Green+Blue) = 93+74+237=404 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.02% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #5D4AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D4AED is #A2B512. Grayscale: #616161. Windows color (decimal): -10663187 or 15551069. OLE color: 15551069.
HSL color Cylindrical-coordinate representation of color #5D4AED: hue angle of 246.99º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D4AED is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 74 | 237 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.07 |
| HSL | 246.99º | 0.82% | 0.61% | - |
| HSV(B) | 246.99º | 0.69% | 0.93% | - |
| XYZ | 22.25 | 13.34 | 81.52 | - |
| YUV | 98.26 | 206.29 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 74 | 237 | 0.61 | 0.69 | 0 | 0.07 | 246.99 | 0.82 | 0.61 |
| Hex | 5D | 4A | ED | 3D | 45 | 0 | 7 | F7 | 52 | 3D |
| Octal | 135 | 112 | 355 | 75 | 105 | 0 | 7 | 367 | 122 | 75 |
| Binary | 1011101 | 1001010 | 11101101 | 111101 | 1000101 | 0 | 111 | 11110111 | 1010010 | 111101 |
Color Harmonies of #5D4AED
Complementary color
Monochromatic Colors of #5D4AED
Black with #5D4AED
Text Example
Text Example
White with #5D4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4AED; }
p { color: rgb(93,74,237); }
H1.HeaderClassName
{
color: #5D4AED;
}
.AnyTagClassName
{
color: #5D4AED;
}
</style>
background-color css
<style>
a { background-color: #5D4AED; }
a { background-color: rgb(93,74,237); }
div.DivClassName
{
background-color: #5D4AED;
}
.BgClassName
{
background-color: #5D4AED;
}
</style>
border-color css
<style>
span { border-color: #5D4AED; }
span { border-color: rgb(93,74,237); }
td.TdClassName
{
border-color: #5D4AED;
}
.TagClassName
{
border-color: #5D4AED;
}
</style>