Shades of Neon Blue #534EEA
Tints of Neon Blue #534EEA
RGB
CMYK
RGB Variations
Color information
#534EEA (or 0x534EEA) is known color: Neon Blue. HEX triplet: 53, 4E and EA. RGB value is (83,78,234). Sum of RGB (Red+Green+Blue) = 83+78+234=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #534EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #534EEA is #ACB115. Grayscale: #606060. Windows color (decimal): -11317526 or 15355475. OLE color: 15355475.
HSL color Cylindrical-coordinate representation of color #534EEA: hue angle of 241.92º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #534EEA is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 78 | 234 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.08 |
| HSL | 241.92º | 0.79% | 0.61% | - |
| HSV(B) | 241.92º | 0.67% | 0.92% | - |
| XYZ | 21.14 | 13.23 | 79.28 | - |
| YUV | 97.28 | 205.16 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 234 | 0.65 | 0.67 | 0 | 0.08 | 241.92 | 0.79 | 0.61 |
| Hex | 53 | 4E | EA | 41 | 43 | 0 | 8 | F2 | 4F | 3D |
| Octal | 123 | 116 | 352 | 101 | 103 | 0 | 10 | 362 | 117 | 75 |
| Binary | 1010011 | 1001110 | 11101010 | 1000001 | 1000011 | 0 | 1000 | 11110010 | 1001111 | 111101 |
Color Harmonies of #534EEA
Complementary color
Monochromatic Colors of #534EEA
Black with #534EEA
Text Example
Text Example
White with #534EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534EEA; }
p { color: rgb(83,78,234); }
H1.HeaderClassName
{
color: #534EEA;
}
.AnyTagClassName
{
color: #534EEA;
}
</style>
background-color css
<style>
a { background-color: #534EEA; }
a { background-color: rgb(83,78,234); }
div.DivClassName
{
background-color: #534EEA;
}
.BgClassName
{
background-color: #534EEA;
}
</style>
border-color css
<style>
span { border-color: #534EEA; }
span { border-color: rgb(83,78,234); }
td.TdClassName
{
border-color: #534EEA;
}
.TagClassName
{
border-color: #534EEA;
}
</style>