Shades of Neon Blue #533EFF
Tints of Neon Blue #533EFF
RGB
CMYK
RGB Variations
Color information
#533EFF (or 0x533EFF) is known color: Neon Blue. HEX triplet: 53, 3E and FF. RGB value is (83,62,255). Sum of RGB (Red+Green+Blue) = 83+62+255=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #533EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533EFF is #ACC100. Grayscale: #595959. Windows color (decimal): -11321601 or 16727635. OLE color: 16727635.
HSL color Cylindrical-coordinate representation of color #533EFF: hue angle of 246.53º 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 #533EFF is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 62 | 255 | - |
| CMYK | 0.67 | 0.76 | 0 | 0 |
| HSL | 246.53º | 1% | 0.62% | - |
| HSV(B) | 246.53º | 0.76% | 1% | - |
| XYZ | 23.34 | 12.5 | 95.79 | - |
| YUV | 90.28 | 220.96 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 255 | 0.67 | 0.76 | 0 | 0 | 246.53 | 1 | 0.62 |
| Hex | 53 | 3E | FF | 43 | 4C | 0 | 0 | F7 | 64 | 3E |
| Octal | 123 | 76 | 377 | 103 | 114 | 0 | 0 | 367 | 144 | 76 |
| Binary | 1010011 | 111110 | 11111111 | 1000011 | 1001100 | 0 | 0 | 11110111 | 1100100 | 111110 |
Color Harmonies of #533EFF
Complementary color
Monochromatic Colors of #533EFF
Black with #533EFF
Text Example
Text Example
White with #533EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533EFF; }
p { color: rgb(83,62,255); }
H1.HeaderClassName
{
color: #533EFF;
}
.AnyTagClassName
{
color: #533EFF;
}
</style>
background-color css
<style>
a { background-color: #533EFF; }
a { background-color: rgb(83,62,255); }
div.DivClassName
{
background-color: #533EFF;
}
.BgClassName
{
background-color: #533EFF;
}
</style>
border-color css
<style>
span { border-color: #533EFF; }
span { border-color: rgb(83,62,255); }
td.TdClassName
{
border-color: #533EFF;
}
.TagClassName
{
border-color: #533EFF;
}
</style>