Shades of Neon Blue #533CEB
Tints of Neon Blue #533CEB
RGB
CMYK
RGB Variations
Color information
#533CEB (or 0x533CEB) is known color: Neon Blue. HEX triplet: 53, 3C and EB. RGB value is (83,60,235). Sum of RGB (Red+Green+Blue) = 83+60+235=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #533CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533CEB is #ACC314. Grayscale: #565656. Windows color (decimal): -11322133 or 15416403. OLE color: 15416403.
HSL color Cylindrical-coordinate representation of color #533CEB: hue angle of 247.89º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #533CEB is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 60 | 235 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.08 |
| HSL | 247.89º | 0.81% | 0.58% | - |
| HSV(B) | 247.89º | 0.74% | 0.92% | - |
| XYZ | 20.18 | 11.07 | 79.67 | - |
| YUV | 86.83 | 211.62 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 235 | 0.65 | 0.74 | 0 | 0.08 | 247.89 | 0.81 | 0.58 |
| Hex | 53 | 3C | EB | 41 | 4A | 0 | 8 | F8 | 51 | 3A |
| Octal | 123 | 74 | 353 | 101 | 112 | 0 | 10 | 370 | 121 | 72 |
| Binary | 1010011 | 111100 | 11101011 | 1000001 | 1001010 | 0 | 1000 | 11111000 | 1010001 | 111010 |
Color Harmonies of #533CEB
Complementary color
Monochromatic Colors of #533CEB
Black with #533CEB
Text Example
Text Example
White with #533CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533CEB; }
p { color: rgb(83,60,235); }
H1.HeaderClassName
{
color: #533CEB;
}
.AnyTagClassName
{
color: #533CEB;
}
</style>
background-color css
<style>
a { background-color: #533CEB; }
a { background-color: rgb(83,60,235); }
div.DivClassName
{
background-color: #533CEB;
}
.BgClassName
{
background-color: #533CEB;
}
</style>
border-color css
<style>
span { border-color: #533CEB; }
span { border-color: rgb(83,60,235); }
td.TdClassName
{
border-color: #533CEB;
}
.TagClassName
{
border-color: #533CEB;
}
</style>