Shades of Neon Blue #534EE4
Tints of Neon Blue #534EE4
RGB
CMYK
RGB Variations
Color information
#534EE4 (or 0x534EE4) is known color: Neon Blue. HEX triplet: 53, 4E and E4. RGB value is (83,78,228). Sum of RGB (Red+Green+Blue) = 83+78+228=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 228 (89.45% from 255 or 58.61% from 389); Max value from RGB is 228 - color contains mainly: blue. Hex color #534EE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534EE4 is #ACB11B. Grayscale: #5F5F5F. Windows color (decimal): -11317532 or 14962259. OLE color: 14962259.
HSL color Cylindrical-coordinate representation of color #534EE4: hue angle of 242º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #534EE4 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 78 | 228 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.11 |
| HSL | 242º | 0.74% | 0.6% | - |
| HSV(B) | 242º | 0.66% | 0.89% | - |
| XYZ | 20.3 | 12.89 | 74.82 | - |
| YUV | 96.6 | 202.16 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 228 | 0.64 | 0.66 | 0 | 0.11 | 242 | 0.74 | 0.6 |
| Hex | 53 | 4E | E4 | 40 | 42 | 0 | B | F2 | 4A | 3C |
| Octal | 123 | 116 | 344 | 100 | 102 | 0 | 13 | 362 | 112 | 74 |
| Binary | 1010011 | 1001110 | 11100100 | 1000000 | 1000010 | 0 | 1011 | 11110010 | 1001010 | 111100 |
Color Harmonies of #534EE4
Complementary color
Monochromatic Colors of #534EE4
Black with #534EE4
Text Example
Text Example
White with #534EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534EE4; }
p { color: rgb(83,78,228); }
H1.HeaderClassName
{
color: #534EE4;
}
.AnyTagClassName
{
color: #534EE4;
}
</style>
background-color css
<style>
a { background-color: #534EE4; }
a { background-color: rgb(83,78,228); }
div.DivClassName
{
background-color: #534EE4;
}
.BgClassName
{
background-color: #534EE4;
}
</style>
border-color css
<style>
span { border-color: #534EE4; }
span { border-color: rgb(83,78,228); }
td.TdClassName
{
border-color: #534EE4;
}
.TagClassName
{
border-color: #534EE4;
}
</style>