Shades of Neon Blue #534CE2
Tints of Neon Blue #534CE2
RGB
CMYK
RGB Variations
Color information
#534CE2 (or 0x534CE2) is known color: Neon Blue. HEX triplet: 53, 4C and E2. RGB value is (83,76,226). Sum of RGB (Red+Green+Blue) = 83+76+226=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 226 (88.67% from 255 or 58.70% from 385); Max value from RGB is 226 - color contains mainly: blue. Hex color #534CE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CE2 is #ACB31D. Grayscale: #5E5E5E. Windows color (decimal): -11318046 or 14830675. OLE color: 14830675.
HSL color Cylindrical-coordinate representation of color #534CE2: hue angle of 242.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #534CE2 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 76 | 226 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.11 |
| HSL | 242.8º | 0.72% | 0.59% | - |
| HSV(B) | 242.8º | 0.66% | 0.89% | - |
| XYZ | 19.88 | 12.5 | 73.32 | - |
| YUV | 95.19 | 201.82 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 226 | 0.63 | 0.66 | 0 | 0.11 | 242.8 | 0.72 | 0.59 |
| Hex | 53 | 4C | E2 | 3F | 42 | 0 | B | F3 | 48 | 3B |
| Octal | 123 | 114 | 342 | 77 | 102 | 0 | 13 | 363 | 110 | 73 |
| Binary | 1010011 | 1001100 | 11100010 | 111111 | 1000010 | 0 | 1011 | 11110011 | 1001000 | 111011 |
Color Harmonies of #534CE2
Complementary color
Monochromatic Colors of #534CE2
Black with #534CE2
Text Example
Text Example
White with #534CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534CE2; }
p { color: rgb(83,76,226); }
H1.HeaderClassName
{
color: #534CE2;
}
.AnyTagClassName
{
color: #534CE2;
}
</style>
background-color css
<style>
a { background-color: #534CE2; }
a { background-color: rgb(83,76,226); }
div.DivClassName
{
background-color: #534CE2;
}
.BgClassName
{
background-color: #534CE2;
}
</style>
border-color css
<style>
span { border-color: #534CE2; }
span { border-color: rgb(83,76,226); }
td.TdClassName
{
border-color: #534CE2;
}
.TagClassName
{
border-color: #534CE2;
}
</style>