Shades of Neon Blue #534EEF
Tints of Neon Blue #534EEF
RGB
CMYK
RGB Variations
Color information
#534EEF (or 0x534EEF) is known color: Neon Blue. HEX triplet: 53, 4E and EF. RGB value is (83,78,239). Sum of RGB (Red+Green+Blue) = 83+78+239=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #534EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #534EEF is #ACB110. Grayscale: #616161. Windows color (decimal): -11317521 or 15683155. OLE color: 15683155.
HSL color Cylindrical-coordinate representation of color #534EEF: hue angle of 241.86º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #534EEF is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 78 | 239 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.06 |
| HSL | 241.86º | 0.83% | 0.62% | - |
| HSV(B) | 241.86º | 0.67% | 0.94% | - |
| XYZ | 21.87 | 13.52 | 83.12 | - |
| YUV | 97.85 | 207.66 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 239 | 0.65 | 0.67 | 0 | 0.06 | 241.86 | 0.83 | 0.62 |
| Hex | 53 | 4E | EF | 41 | 43 | 0 | 6 | F2 | 53 | 3E |
| Octal | 123 | 116 | 357 | 101 | 103 | 0 | 6 | 362 | 123 | 76 |
| Binary | 1010011 | 1001110 | 11101111 | 1000001 | 1000011 | 0 | 110 | 11110010 | 1010011 | 111110 |
Color Harmonies of #534EEF
Complementary color
Monochromatic Colors of #534EEF
Black with #534EEF
Text Example
Text Example
White with #534EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534EEF; }
p { color: rgb(83,78,239); }
H1.HeaderClassName
{
color: #534EEF;
}
.AnyTagClassName
{
color: #534EEF;
}
</style>
background-color css
<style>
a { background-color: #534EEF; }
a { background-color: rgb(83,78,239); }
div.DivClassName
{
background-color: #534EEF;
}
.BgClassName
{
background-color: #534EEF;
}
</style>
border-color css
<style>
span { border-color: #534EEF; }
span { border-color: rgb(83,78,239); }
td.TdClassName
{
border-color: #534EEF;
}
.TagClassName
{
border-color: #534EEF;
}
</style>