Shades of Neon Blue #534EE5
Tints of Neon Blue #534EE5
RGB
CMYK
RGB Variations
Color information
#534EE5 (or 0x534EE5) is known color: Neon Blue. HEX triplet: 53, 4E and E5. RGB value is (83,78,229). Sum of RGB (Red+Green+Blue) = 83+78+229=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 229 (89.84% from 255 or 58.72% from 390); Max value from RGB is 229 - color contains mainly: blue. Hex color #534EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534EE5 is #ACB11A. Grayscale: #606060. Windows color (decimal): -11317531 or 15027795. OLE color: 15027795.
HSL color Cylindrical-coordinate representation of color #534EE5: hue angle of 241.99º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #534EE5 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 78 | 229 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.10 |
| HSL | 241.99º | 0.74% | 0.6% | - |
| HSV(B) | 241.99º | 0.66% | 0.9% | - |
| XYZ | 20.43 | 12.94 | 75.55 | - |
| YUV | 96.71 | 202.66 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 229 | 0.64 | 0.66 | 0 | 0.10 | 241.99 | 0.74 | 0.6 |
| Hex | 53 | 4E | E5 | 40 | 42 | 0 | A | F2 | 4A | 3C |
| Octal | 123 | 116 | 345 | 100 | 102 | 0 | 12 | 362 | 112 | 74 |
| Binary | 1010011 | 1001110 | 11100101 | 1000000 | 1000010 | 0 | 1010 | 11110010 | 1001010 | 111100 |
Color Harmonies of #534EE5
Complementary color
Monochromatic Colors of #534EE5
Black with #534EE5
Text Example
Text Example
White with #534EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534EE5; }
p { color: rgb(83,78,229); }
H1.HeaderClassName
{
color: #534EE5;
}
.AnyTagClassName
{
color: #534EE5;
}
</style>
background-color css
<style>
a { background-color: #534EE5; }
a { background-color: rgb(83,78,229); }
div.DivClassName
{
background-color: #534EE5;
}
.BgClassName
{
background-color: #534EE5;
}
</style>
border-color css
<style>
span { border-color: #534EE5; }
span { border-color: rgb(83,78,229); }
td.TdClassName
{
border-color: #534EE5;
}
.TagClassName
{
border-color: #534EE5;
}
</style>