Shades of Neon Blue #534EEE
Tints of Neon Blue #534EEE
RGB
CMYK
RGB Variations
Color information
#534EEE (or 0x534EEE) is known color: Neon Blue. HEX triplet: 53, 4E and EE. RGB value is (83,78,238). Sum of RGB (Red+Green+Blue) = 83+78+238=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #534EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #534EEE is #ACB111. Grayscale: #616161. Windows color (decimal): -11317522 or 15617619. OLE color: 15617619.
HSL color Cylindrical-coordinate representation of color #534EEE: hue angle of 241.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #534EEE is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 78 | 238 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.07 |
| HSL | 241.88º | 0.82% | 0.62% | - |
| HSV(B) | 241.88º | 0.67% | 0.93% | - |
| XYZ | 21.72 | 13.46 | 82.34 | - |
| YUV | 97.74 | 207.16 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 238 | 0.65 | 0.67 | 0 | 0.07 | 241.88 | 0.82 | 0.62 |
| Hex | 53 | 4E | EE | 41 | 43 | 0 | 7 | F2 | 52 | 3E |
| Octal | 123 | 116 | 356 | 101 | 103 | 0 | 7 | 362 | 122 | 76 |
| Binary | 1010011 | 1001110 | 11101110 | 1000001 | 1000011 | 0 | 111 | 11110010 | 1010010 | 111110 |
Color Harmonies of #534EEE
Complementary color
Monochromatic Colors of #534EEE
Black with #534EEE
Text Example
Text Example
White with #534EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534EEE; }
p { color: rgb(83,78,238); }
H1.HeaderClassName
{
color: #534EEE;
}
.AnyTagClassName
{
color: #534EEE;
}
</style>
background-color css
<style>
a { background-color: #534EEE; }
a { background-color: rgb(83,78,238); }
div.DivClassName
{
background-color: #534EEE;
}
.BgClassName
{
background-color: #534EEE;
}
</style>
border-color css
<style>
span { border-color: #534EEE; }
span { border-color: rgb(83,78,238); }
td.TdClassName
{
border-color: #534EEE;
}
.TagClassName
{
border-color: #534EEE;
}
</style>