Shades of Neon Blue #534BEC
Tints of Neon Blue #534BEC
RGB
CMYK
RGB Variations
Color information
#534BEC (or 0x534BEC) is known color: Neon Blue. HEX triplet: 53, 4B and EC. RGB value is (83,75,236). Sum of RGB (Red+Green+Blue) = 83+75+236=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #534BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534BEC is #ACB413. Grayscale: #5F5F5F. Windows color (decimal): -11318292 or 15485779. OLE color: 15485779.
HSL color Cylindrical-coordinate representation of color #534BEC: hue angle of 242.98º degrees, saturation: 0.81, 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 #534BEC is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 75 | 236 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.07 |
| HSL | 242.98º | 0.81% | 0.61% | - |
| HSV(B) | 242.98º | 0.68% | 0.93% | - |
| XYZ | 21.22 | 12.93 | 80.73 | - |
| YUV | 95.75 | 207.15 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 236 | 0.65 | 0.68 | 0 | 0.07 | 242.98 | 0.81 | 0.61 |
| Hex | 53 | 4B | EC | 41 | 44 | 0 | 7 | F3 | 51 | 3D |
| Octal | 123 | 113 | 354 | 101 | 104 | 0 | 7 | 363 | 121 | 75 |
| Binary | 1010011 | 1001011 | 11101100 | 1000001 | 1000100 | 0 | 111 | 11110011 | 1010001 | 111101 |
Color Harmonies of #534BEC
Complementary color
Monochromatic Colors of #534BEC
Black with #534BEC
Text Example
Text Example
White with #534BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534BEC; }
p { color: rgb(83,75,236); }
H1.HeaderClassName
{
color: #534BEC;
}
.AnyTagClassName
{
color: #534BEC;
}
</style>
background-color css
<style>
a { background-color: #534BEC; }
a { background-color: rgb(83,75,236); }
div.DivClassName
{
background-color: #534BEC;
}
.BgClassName
{
background-color: #534BEC;
}
</style>
border-color css
<style>
span { border-color: #534BEC; }
span { border-color: rgb(83,75,236); }
td.TdClassName
{
border-color: #534BEC;
}
.TagClassName
{
border-color: #534BEC;
}
</style>