Shades of Neon Blue #534BED
Tints of Neon Blue #534BED
RGB
CMYK
RGB Variations
Color information
#534BED (or 0x534BED) is known color: Neon Blue. HEX triplet: 53, 4B and ED. RGB value is (83,75,237). Sum of RGB (Red+Green+Blue) = 83+75+237=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #534BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534BED is #ACB412. Grayscale: #5F5F5F. Windows color (decimal): -11318291 or 15551315. OLE color: 15551315.
HSL color Cylindrical-coordinate representation of color #534BED: hue angle of 242.96º 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 #534BED is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 75 | 237 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.07 |
| HSL | 242.96º | 0.82% | 0.61% | - |
| HSV(B) | 242.96º | 0.68% | 0.93% | - |
| XYZ | 21.37 | 12.99 | 81.5 | - |
| YUV | 95.86 | 207.65 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 237 | 0.65 | 0.68 | 0 | 0.07 | 242.96 | 0.82 | 0.61 |
| Hex | 53 | 4B | ED | 41 | 44 | 0 | 7 | F3 | 52 | 3D |
| Octal | 123 | 113 | 355 | 101 | 104 | 0 | 7 | 363 | 122 | 75 |
| Binary | 1010011 | 1001011 | 11101101 | 1000001 | 1000100 | 0 | 111 | 11110011 | 1010010 | 111101 |
Color Harmonies of #534BED
Complementary color
Monochromatic Colors of #534BED
Black with #534BED
Text Example
Text Example
White with #534BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534BED; }
p { color: rgb(83,75,237); }
H1.HeaderClassName
{
color: #534BED;
}
.AnyTagClassName
{
color: #534BED;
}
</style>
background-color css
<style>
a { background-color: #534BED; }
a { background-color: rgb(83,75,237); }
div.DivClassName
{
background-color: #534BED;
}
.BgClassName
{
background-color: #534BED;
}
</style>
border-color css
<style>
span { border-color: #534BED; }
span { border-color: rgb(83,75,237); }
td.TdClassName
{
border-color: #534BED;
}
.TagClassName
{
border-color: #534BED;
}
</style>