Shades of Neon Blue #533DFF
Tints of Neon Blue #533DFF
RGB
CMYK
RGB Variations
Color information
#533DFF (or 0x533DFF) is known color: Neon Blue. HEX triplet: 53, 3D and FF. RGB value is (83,61,255). Sum of RGB (Red+Green+Blue) = 83+61+255=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #533DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533DFF is #ACC200. Grayscale: #585858. Windows color (decimal): -11321857 or 16727379. OLE color: 16727379.
HSL color Cylindrical-coordinate representation of color #533DFF: hue angle of 246.8º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #533DFF is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 61 | 255 | - |
| CMYK | 0.67 | 0.76 | 0 | 0 |
| HSL | 246.8º | 1% | 0.62% | - |
| HSV(B) | 246.8º | 0.76% | 1% | - |
| XYZ | 23.29 | 12.4 | 95.77 | - |
| YUV | 89.69 | 221.29 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 255 | 0.67 | 0.76 | 0 | 0 | 246.8 | 1 | 0.62 |
| Hex | 53 | 3D | FF | 43 | 4C | 0 | 0 | F7 | 64 | 3E |
| Octal | 123 | 75 | 377 | 103 | 114 | 0 | 0 | 367 | 144 | 76 |
| Binary | 1010011 | 111101 | 11111111 | 1000011 | 1001100 | 0 | 0 | 11110111 | 1100100 | 111110 |
Color Harmonies of #533DFF
Complementary color
Monochromatic Colors of #533DFF
Black with #533DFF
Text Example
Text Example
White with #533DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533DFF; }
p { color: rgb(83,61,255); }
H1.HeaderClassName
{
color: #533DFF;
}
.AnyTagClassName
{
color: #533DFF;
}
</style>
background-color css
<style>
a { background-color: #533DFF; }
a { background-color: rgb(83,61,255); }
div.DivClassName
{
background-color: #533DFF;
}
.BgClassName
{
background-color: #533DFF;
}
</style>
border-color css
<style>
span { border-color: #533DFF; }
span { border-color: rgb(83,61,255); }
td.TdClassName
{
border-color: #533DFF;
}
.TagClassName
{
border-color: #533DFF;
}
</style>