Shades of Neon Blue #533CEE
Tints of Neon Blue #533CEE
RGB
CMYK
RGB Variations
Color information
#533CEE (or 0x533CEE) is known color: Neon Blue. HEX triplet: 53, 3C and EE. RGB value is (83,60,238). Sum of RGB (Red+Green+Blue) = 83+60+238=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #533CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533CEE is #ACC311. Grayscale: #565656. Windows color (decimal): -11322130 or 15613011. OLE color: 15613011.
HSL color Cylindrical-coordinate representation of color #533CEE: hue angle of 247.75º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #533CEE is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 60 | 238 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.07 |
| HSL | 247.75º | 0.84% | 0.58% | - |
| HSV(B) | 247.75º | 0.75% | 0.93% | - |
| XYZ | 20.62 | 11.24 | 81.97 | - |
| YUV | 87.17 | 213.12 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 238 | 0.65 | 0.75 | 0 | 0.07 | 247.75 | 0.84 | 0.58 |
| Hex | 53 | 3C | EE | 41 | 4B | 0 | 7 | F8 | 54 | 3A |
| Octal | 123 | 74 | 356 | 101 | 113 | 0 | 7 | 370 | 124 | 72 |
| Binary | 1010011 | 111100 | 11101110 | 1000001 | 1001011 | 0 | 111 | 11111000 | 1010100 | 111010 |
Color Harmonies of #533CEE
Complementary color
Monochromatic Colors of #533CEE
Black with #533CEE
Text Example
Text Example
White with #533CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533CEE; }
p { color: rgb(83,60,238); }
H1.HeaderClassName
{
color: #533CEE;
}
.AnyTagClassName
{
color: #533CEE;
}
</style>
background-color css
<style>
a { background-color: #533CEE; }
a { background-color: rgb(83,60,238); }
div.DivClassName
{
background-color: #533CEE;
}
.BgClassName
{
background-color: #533CEE;
}
</style>
border-color css
<style>
span { border-color: #533CEE; }
span { border-color: rgb(83,60,238); }
td.TdClassName
{
border-color: #533CEE;
}
.TagClassName
{
border-color: #533CEE;
}
</style>