Shades of Neon Blue #5D50ED
Tints of Neon Blue #5D50ED
RGB
CMYK
RGB Variations
Color information
#5D50ED (or 0x5D50ED) is known color: Neon Blue. HEX triplet: 5D, 50 and ED. RGB value is (93,80,237). Sum of RGB (Red+Green+Blue) = 93+80+237=410 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.68% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #5D50ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D50ED is #A2AF12. Grayscale: #656565. Windows color (decimal): -10661651 or 15552605. OLE color: 15552605.
HSL color Cylindrical-coordinate representation of color #5D50ED: hue angle of 244.97º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D50ED is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 80 | 237 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.07 |
| HSL | 244.97º | 0.81% | 0.62% | - |
| HSV(B) | 244.97º | 0.66% | 0.93% | - |
| XYZ | 22.67 | 14.18 | 81.66 | - |
| YUV | 101.79 | 204.31 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 80 | 237 | 0.61 | 0.66 | 0 | 0.07 | 244.97 | 0.81 | 0.62 |
| Hex | 5D | 50 | ED | 3D | 42 | 0 | 7 | F5 | 51 | 3E |
| Octal | 135 | 120 | 355 | 75 | 102 | 0 | 7 | 365 | 121 | 76 |
| Binary | 1011101 | 1010000 | 11101101 | 111101 | 1000010 | 0 | 111 | 11110101 | 1010001 | 111110 |
Color Harmonies of #5D50ED
Complementary color
Monochromatic Colors of #5D50ED
Black with #5D50ED
Text Example
Text Example
White with #5D50ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D50ED; }
p { color: rgb(93,80,237); }
H1.HeaderClassName
{
color: #5D50ED;
}
.AnyTagClassName
{
color: #5D50ED;
}
</style>
background-color css
<style>
a { background-color: #5D50ED; }
a { background-color: rgb(93,80,237); }
div.DivClassName
{
background-color: #5D50ED;
}
.BgClassName
{
background-color: #5D50ED;
}
</style>
border-color css
<style>
span { border-color: #5D50ED; }
span { border-color: rgb(93,80,237); }
td.TdClassName
{
border-color: #5D50ED;
}
.TagClassName
{
border-color: #5D50ED;
}
</style>