Shades of Neon Blue #555DED
Tints of Neon Blue #555DED
RGB
CMYK
RGB Variations
Color information
#555DED (or 0x555DED) is known color: Neon Blue. HEX triplet: 55, 5D and ED. RGB value is (85,93,237). Sum of RGB (Red+Green+Blue) = 85+93+237=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #555DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555DED is #AAA212. Grayscale: #6A6A6A. Windows color (decimal): -11182611 or 15555925. OLE color: 15555925.
HSL color Cylindrical-coordinate representation of color #555DED: hue angle of 236.84º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #555DED is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 93 | 237 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.07 |
| HSL | 236.84º | 0.81% | 0.63% | - |
| HSV(B) | 236.84º | 0.64% | 0.93% | - |
| XYZ | 22.95 | 15.87 | 81.98 | - |
| YUV | 107.02 | 201.35 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 237 | 0.64 | 0.61 | 0 | 0.07 | 236.84 | 0.81 | 0.63 |
| Hex | 55 | 5D | ED | 40 | 3D | 0 | 7 | ED | 51 | 3F |
| Octal | 125 | 135 | 355 | 100 | 75 | 0 | 7 | 355 | 121 | 77 |
| Binary | 1010101 | 1011101 | 11101101 | 1000000 | 111101 | 0 | 111 | 11101101 | 1010001 | 111111 |
Color Harmonies of #555DED
Complementary color
Monochromatic Colors of #555DED
Black with #555DED
Text Example
Text Example
White with #555DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555DED; }
p { color: rgb(85,93,237); }
H1.HeaderClassName
{
color: #555DED;
}
.AnyTagClassName
{
color: #555DED;
}
</style>
background-color css
<style>
a { background-color: #555DED; }
a { background-color: rgb(85,93,237); }
div.DivClassName
{
background-color: #555DED;
}
.BgClassName
{
background-color: #555DED;
}
</style>
border-color css
<style>
span { border-color: #555DED; }
span { border-color: rgb(85,93,237); }
td.TdClassName
{
border-color: #555DED;
}
.TagClassName
{
border-color: #555DED;
}
</style>