Shades of Neon Blue #533FFF
Tints of Neon Blue #533FFF
RGB
CMYK
RGB Variations
Color information
#533FFF (or 0x533FFF) is known color: Neon Blue. HEX triplet: 53, 3F and FF. RGB value is (83,63,255). Sum of RGB (Red+Green+Blue) = 83+63+255=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #533FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533FFF is #ACC000. Grayscale: #5A5A5A. Windows color (decimal): -11321345 or 16727891. OLE color: 16727891.
HSL color Cylindrical-coordinate representation of color #533FFF: hue angle of 246.25º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #533FFF is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 63 | 255 | - |
| CMYK | 0.67 | 0.75 | 0 | 0 |
| HSL | 246.25º | 1% | 0.62% | - |
| HSV(B) | 246.25º | 0.75% | 1% | - |
| XYZ | 23.39 | 12.61 | 95.81 | - |
| YUV | 90.87 | 220.63 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 255 | 0.67 | 0.75 | 0 | 0 | 246.25 | 1 | 0.62 |
| Hex | 53 | 3F | FF | 43 | 4B | 0 | 0 | F6 | 64 | 3E |
| Octal | 123 | 77 | 377 | 103 | 113 | 0 | 0 | 366 | 144 | 76 |
| Binary | 1010011 | 111111 | 11111111 | 1000011 | 1001011 | 0 | 0 | 11110110 | 1100100 | 111110 |
Color Harmonies of #533FFF
Complementary color
Monochromatic Colors of #533FFF
Black with #533FFF
Text Example
Text Example
White with #533FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533FFF; }
p { color: rgb(83,63,255); }
H1.HeaderClassName
{
color: #533FFF;
}
.AnyTagClassName
{
color: #533FFF;
}
</style>
background-color css
<style>
a { background-color: #533FFF; }
a { background-color: rgb(83,63,255); }
div.DivClassName
{
background-color: #533FFF;
}
.BgClassName
{
background-color: #533FFF;
}
</style>
border-color css
<style>
span { border-color: #533FFF; }
span { border-color: rgb(83,63,255); }
td.TdClassName
{
border-color: #533FFF;
}
.TagClassName
{
border-color: #533FFF;
}
</style>