Shades of Neon Blue #534DED
Tints of Neon Blue #534DED
RGB
CMYK
RGB Variations
Color information
#534DED (or 0x534DED) is known color: Neon Blue. HEX triplet: 53, 4D and ED. RGB value is (83,77,237). Sum of RGB (Red+Green+Blue) = 83+77+237=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #534DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #534DED is #ACB212. Grayscale: #606060. Windows color (decimal): -11317779 or 15551827. OLE color: 15551827.
HSL color Cylindrical-coordinate representation of color #534DED: hue angle of 242.25º 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 #534DED is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 77 | 237 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.07 |
| HSL | 242.25º | 0.82% | 0.62% | - |
| HSV(B) | 242.25º | 0.68% | 0.93% | - |
| XYZ | 21.51 | 13.26 | 81.55 | - |
| YUV | 97.03 | 206.99 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 237 | 0.65 | 0.68 | 0 | 0.07 | 242.25 | 0.82 | 0.62 |
| Hex | 53 | 4D | ED | 41 | 44 | 0 | 7 | F2 | 52 | 3E |
| Octal | 123 | 115 | 355 | 101 | 104 | 0 | 7 | 362 | 122 | 76 |
| Binary | 1010011 | 1001101 | 11101101 | 1000001 | 1000100 | 0 | 111 | 11110010 | 1010010 | 111110 |
Color Harmonies of #534DED
Complementary color
Monochromatic Colors of #534DED
Black with #534DED
Text Example
Text Example
White with #534DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534DED; }
p { color: rgb(83,77,237); }
H1.HeaderClassName
{
color: #534DED;
}
.AnyTagClassName
{
color: #534DED;
}
</style>
background-color css
<style>
a { background-color: #534DED; }
a { background-color: rgb(83,77,237); }
div.DivClassName
{
background-color: #534DED;
}
.BgClassName
{
background-color: #534DED;
}
</style>
border-color css
<style>
span { border-color: #534DED; }
span { border-color: rgb(83,77,237); }
td.TdClassName
{
border-color: #534DED;
}
.TagClassName
{
border-color: #534DED;
}
</style>