Shades of Neon Blue #534CE9
Tints of Neon Blue #534CE9
RGB
CMYK
RGB Variations
Color information
#534CE9 (or 0x534CE9) is known color: Neon Blue. HEX triplet: 53, 4C and E9. RGB value is (83,76,233). Sum of RGB (Red+Green+Blue) = 83+76+233=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 233 (91.41% from 255 or 59.44% from 392); Max value from RGB is 233 - color contains mainly: blue. Hex color #534CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534CE9 is #ACB316. Grayscale: #5F5F5F. Windows color (decimal): -11318039 or 15289427. OLE color: 15289427.
HSL color Cylindrical-coordinate representation of color #534CE9: hue angle of 242.68º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #534CE9 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 76 | 233 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.09 |
| HSL | 242.68º | 0.78% | 0.61% | - |
| HSV(B) | 242.68º | 0.67% | 0.91% | - |
| XYZ | 20.86 | 12.89 | 78.48 | - |
| YUV | 95.99 | 205.32 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 233 | 0.64 | 0.67 | 0 | 0.09 | 242.68 | 0.78 | 0.61 |
| Hex | 53 | 4C | E9 | 40 | 43 | 0 | 9 | F3 | 4E | 3D |
| Octal | 123 | 114 | 351 | 100 | 103 | 0 | 11 | 363 | 116 | 75 |
| Binary | 1010011 | 1001100 | 11101001 | 1000000 | 1000011 | 0 | 1001 | 11110011 | 1001110 | 111101 |
Color Harmonies of #534CE9
Complementary color
Monochromatic Colors of #534CE9
Black with #534CE9
Text Example
Text Example
White with #534CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534CE9; }
p { color: rgb(83,76,233); }
H1.HeaderClassName
{
color: #534CE9;
}
.AnyTagClassName
{
color: #534CE9;
}
</style>
background-color css
<style>
a { background-color: #534CE9; }
a { background-color: rgb(83,76,233); }
div.DivClassName
{
background-color: #534CE9;
}
.BgClassName
{
background-color: #534CE9;
}
</style>
border-color css
<style>
span { border-color: #534CE9; }
span { border-color: rgb(83,76,233); }
td.TdClassName
{
border-color: #534CE9;
}
.TagClassName
{
border-color: #534CE9;
}
</style>