Shades of Neon Blue #534FEB
Tints of Neon Blue #534FEB
RGB
CMYK
RGB Variations
Color information
#534FEB (or 0x534FEB) is known color: Neon Blue. HEX triplet: 53, 4F and EB. RGB value is (83,79,235). Sum of RGB (Red+Green+Blue) = 83+79+235=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #534FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #534FEB is #ACB014. Grayscale: #616161. Windows color (decimal): -11317269 or 15421267. OLE color: 15421267.
HSL color Cylindrical-coordinate representation of color #534FEB: hue angle of 241.54º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #534FEB is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 79 | 235 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.08 |
| HSL | 241.54º | 0.8% | 0.62% | - |
| HSV(B) | 241.54º | 0.66% | 0.92% | - |
| XYZ | 21.36 | 13.43 | 80.06 | - |
| YUV | 97.98 | 205.33 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 235 | 0.65 | 0.66 | 0 | 0.08 | 241.54 | 0.8 | 0.62 |
| Hex | 53 | 4F | EB | 41 | 42 | 0 | 8 | F2 | 50 | 3E |
| Octal | 123 | 117 | 353 | 101 | 102 | 0 | 10 | 362 | 120 | 76 |
| Binary | 1010011 | 1001111 | 11101011 | 1000001 | 1000010 | 0 | 1000 | 11110010 | 1010000 | 111110 |
Color Harmonies of #534FEB
Complementary color
Monochromatic Colors of #534FEB
Black with #534FEB
Text Example
Text Example
White with #534FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FEB; }
p { color: rgb(83,79,235); }
H1.HeaderClassName
{
color: #534FEB;
}
.AnyTagClassName
{
color: #534FEB;
}
</style>
background-color css
<style>
a { background-color: #534FEB; }
a { background-color: rgb(83,79,235); }
div.DivClassName
{
background-color: #534FEB;
}
.BgClassName
{
background-color: #534FEB;
}
</style>
border-color css
<style>
span { border-color: #534FEB; }
span { border-color: rgb(83,79,235); }
td.TdClassName
{
border-color: #534FEB;
}
.TagClassName
{
border-color: #534FEB;
}
</style>