Shades of Neon Blue #554DED
Tints of Neon Blue #554DED
RGB
CMYK
RGB Variations
Color information
#554DED (or 0x554DED) is known color: Neon Blue. HEX triplet: 55, 4D and ED. RGB value is (85,77,237). Sum of RGB (Red+Green+Blue) = 85+77+237=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #554DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554DED is #AAB212. Grayscale: #616161. Windows color (decimal): -11186707 or 15551829. OLE color: 15551829.
HSL color Cylindrical-coordinate representation of color #554DED: hue angle of 243º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #554DED is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 77 | 237 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.07 |
| HSL | 243º | 0.82% | 0.62% | - |
| HSV(B) | 243º | 0.68% | 0.93% | - |
| XYZ | 21.69 | 13.35 | 81.56 | - |
| YUV | 97.63 | 206.65 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 237 | 0.64 | 0.68 | 0 | 0.07 | 243 | 0.82 | 0.62 |
| Hex | 55 | 4D | ED | 40 | 44 | 0 | 7 | F3 | 52 | 3E |
| Octal | 125 | 115 | 355 | 100 | 104 | 0 | 7 | 363 | 122 | 76 |
| Binary | 1010101 | 1001101 | 11101101 | 1000000 | 1000100 | 0 | 111 | 11110011 | 1010010 | 111110 |
Color Harmonies of #554DED
Complementary color
Monochromatic Colors of #554DED
Black with #554DED
Text Example
Text Example
White with #554DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DED; }
p { color: rgb(85,77,237); }
H1.HeaderClassName
{
color: #554DED;
}
.AnyTagClassName
{
color: #554DED;
}
</style>
background-color css
<style>
a { background-color: #554DED; }
a { background-color: rgb(85,77,237); }
div.DivClassName
{
background-color: #554DED;
}
.BgClassName
{
background-color: #554DED;
}
</style>
border-color css
<style>
span { border-color: #554DED; }
span { border-color: rgb(85,77,237); }
td.TdClassName
{
border-color: #554DED;
}
.TagClassName
{
border-color: #554DED;
}
</style>