Shades of Neon Blue #533CDF
Tints of Neon Blue #533CDF
RGB
CMYK
RGB Variations
Color information
#533CDF (or 0x533CDF) is known color: Neon Blue. HEX triplet: 53, 3C and DF. RGB value is (83,60,223). Sum of RGB (Red+Green+Blue) = 83+60+223=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #533CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533CDF is #ACC320. Grayscale: #545454. Windows color (decimal): -11322145 or 14629971. OLE color: 14629971.
HSL color Cylindrical-coordinate representation of color #533CDF: hue angle of 248.47º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #533CDF is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 60 | 223 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.13 |
| HSL | 248.47º | 0.72% | 0.55% | - |
| HSV(B) | 248.47º | 0.73% | 0.87% | - |
| XYZ | 18.5 | 10.4 | 70.84 | - |
| YUV | 85.46 | 205.62 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 223 | 0.63 | 0.73 | 0 | 0.13 | 248.47 | 0.72 | 0.55 |
| Hex | 53 | 3C | DF | 3F | 49 | 0 | D | F8 | 48 | 37 |
| Octal | 123 | 74 | 337 | 77 | 111 | 0 | 15 | 370 | 110 | 67 |
| Binary | 1010011 | 111100 | 11011111 | 111111 | 1001001 | 0 | 1101 | 11111000 | 1001000 | 110111 |
Color Harmonies of #533CDF
Complementary color
Monochromatic Colors of #533CDF
Black with #533CDF
Text Example
Text Example
White with #533CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533CDF; }
p { color: rgb(83,60,223); }
H1.HeaderClassName
{
color: #533CDF;
}
.AnyTagClassName
{
color: #533CDF;
}
</style>
background-color css
<style>
a { background-color: #533CDF; }
a { background-color: rgb(83,60,223); }
div.DivClassName
{
background-color: #533CDF;
}
.BgClassName
{
background-color: #533CDF;
}
</style>
border-color css
<style>
span { border-color: #533CDF; }
span { border-color: rgb(83,60,223); }
td.TdClassName
{
border-color: #533CDF;
}
.TagClassName
{
border-color: #533CDF;
}
</style>