Shades of Neon Blue #515DED
Tints of Neon Blue #515DED
RGB
CMYK
RGB Variations
Color information
#515DED (or 0x515DED) is known color: Neon Blue. HEX triplet: 51, 5D and ED. RGB value is (81,93,237). Sum of RGB (Red+Green+Blue) = 81+93+237=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #515DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515DED is #AEA212. Grayscale: #696969. Windows color (decimal): -11444755 or 15555921. OLE color: 15555921.
HSL color Cylindrical-coordinate representation of color #515DED: hue angle of 235.38º 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 #515DED is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 93 | 237 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.07 |
| HSL | 235.38º | 0.81% | 0.62% | - |
| HSV(B) | 235.38º | 0.66% | 0.93% | - |
| XYZ | 22.59 | 15.69 | 81.96 | - |
| YUV | 105.83 | 202.02 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 237 | 0.66 | 0.61 | 0 | 0.07 | 235.38 | 0.81 | 0.62 |
| Hex | 51 | 5D | ED | 42 | 3D | 0 | 7 | EB | 51 | 3E |
| Octal | 121 | 135 | 355 | 102 | 75 | 0 | 7 | 353 | 121 | 76 |
| Binary | 1010001 | 1011101 | 11101101 | 1000010 | 111101 | 0 | 111 | 11101011 | 1010001 | 111110 |
Color Harmonies of #515DED
Complementary color
Monochromatic Colors of #515DED
Black with #515DED
Text Example
Text Example
White with #515DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515DED; }
p { color: rgb(81,93,237); }
H1.HeaderClassName
{
color: #515DED;
}
.AnyTagClassName
{
color: #515DED;
}
</style>
background-color css
<style>
a { background-color: #515DED; }
a { background-color: rgb(81,93,237); }
div.DivClassName
{
background-color: #515DED;
}
.BgClassName
{
background-color: #515DED;
}
</style>
border-color css
<style>
span { border-color: #515DED; }
span { border-color: rgb(81,93,237); }
td.TdClassName
{
border-color: #515DED;
}
.TagClassName
{
border-color: #515DED;
}
</style>