Shades of Neon Blue #534CED
Tints of Neon Blue #534CED
RGB
CMYK
RGB Variations
Color information
#534CED (or 0x534CED) is known color: Neon Blue. HEX triplet: 53, 4C and ED. RGB value is (83,76,237). Sum of RGB (Red+Green+Blue) = 83+76+237=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #534CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534CED is #ACB312. Grayscale: #5F5F5F. Windows color (decimal): -11318035 or 15551571. OLE color: 15551571.
HSL color Cylindrical-coordinate representation of color #534CED: hue angle of 242.61º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #534CED is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 76 | 237 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.07 |
| HSL | 242.61º | 0.82% | 0.61% | - |
| HSV(B) | 242.61º | 0.68% | 0.93% | - |
| XYZ | 21.44 | 13.12 | 81.52 | - |
| YUV | 96.45 | 207.32 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 237 | 0.65 | 0.68 | 0 | 0.07 | 242.61 | 0.82 | 0.61 |
| Hex | 53 | 4C | ED | 41 | 44 | 0 | 7 | F3 | 52 | 3D |
| Octal | 123 | 114 | 355 | 101 | 104 | 0 | 7 | 363 | 122 | 75 |
| Binary | 1010011 | 1001100 | 11101101 | 1000001 | 1000100 | 0 | 111 | 11110011 | 1010010 | 111101 |
Color Harmonies of #534CED
Complementary color
Monochromatic Colors of #534CED
Black with #534CED
Text Example
Text Example
White with #534CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534CED; }
p { color: rgb(83,76,237); }
H1.HeaderClassName
{
color: #534CED;
}
.AnyTagClassName
{
color: #534CED;
}
</style>
background-color css
<style>
a { background-color: #534CED; }
a { background-color: rgb(83,76,237); }
div.DivClassName
{
background-color: #534CED;
}
.BgClassName
{
background-color: #534CED;
}
</style>
border-color css
<style>
span { border-color: #534CED; }
span { border-color: rgb(83,76,237); }
td.TdClassName
{
border-color: #534CED;
}
.TagClassName
{
border-color: #534CED;
}
</style>