Shades of Neon Blue #5D48ED
Tints of Neon Blue #5D48ED
RGB
CMYK
RGB Variations
Color information
#5D48ED (or 0x5D48ED) is known color: Neon Blue. HEX triplet: 5D, 48 and ED. RGB value is (93,72,237). Sum of RGB (Red+Green+Blue) = 93+72+237=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #5D48ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D48ED is #A2B712. Grayscale: #606060. Windows color (decimal): -10663699 or 15550557. OLE color: 15550557.
HSL color Cylindrical-coordinate representation of color #5D48ED: hue angle of 247.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D48ED is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 72 | 237 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.07 |
| HSL | 247.64º | 0.82% | 0.61% | - |
| HSV(B) | 247.64º | 0.7% | 0.93% | - |
| XYZ | 22.12 | 13.08 | 81.48 | - |
| YUV | 97.09 | 206.96 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 237 | 0.61 | 0.70 | 0 | 0.07 | 247.64 | 0.82 | 0.61 |
| Hex | 5D | 48 | ED | 3D | 46 | 0 | 7 | F8 | 52 | 3D |
| Octal | 135 | 110 | 355 | 75 | 106 | 0 | 7 | 370 | 122 | 75 |
| Binary | 1011101 | 1001000 | 11101101 | 111101 | 1000110 | 0 | 111 | 11111000 | 1010010 | 111101 |
Color Harmonies of #5D48ED
Complementary color
Monochromatic Colors of #5D48ED
Black with #5D48ED
Text Example
Text Example
White with #5D48ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D48ED; }
p { color: rgb(93,72,237); }
H1.HeaderClassName
{
color: #5D48ED;
}
.AnyTagClassName
{
color: #5D48ED;
}
</style>
background-color css
<style>
a { background-color: #5D48ED; }
a { background-color: rgb(93,72,237); }
div.DivClassName
{
background-color: #5D48ED;
}
.BgClassName
{
background-color: #5D48ED;
}
</style>
border-color css
<style>
span { border-color: #5D48ED; }
span { border-color: rgb(93,72,237); }
td.TdClassName
{
border-color: #5D48ED;
}
.TagClassName
{
border-color: #5D48ED;
}
</style>