Shades of Neon Blue #533EF5
Tints of Neon Blue #533EF5
RGB
CMYK
RGB Variations
Color information
#533EF5 (or 0x533EF5) is known color: Neon Blue. HEX triplet: 53, 3E and F5. RGB value is (83,62,245). Sum of RGB (Red+Green+Blue) = 83+62+245=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 245 (96.09% from 255 or 62.82% from 390); Max value from RGB is 245 - color contains mainly: blue. Hex color #533EF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533EF5 is #ACC10A. Grayscale: #585858. Windows color (decimal): -11321611 or 16072275. OLE color: 16072275.
HSL color Cylindrical-coordinate representation of color #533EF5: hue angle of 246.89º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #533EF5 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 62 | 245 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.04 |
| HSL | 246.89º | 0.9% | 0.6% | - |
| HSV(B) | 246.89º | 0.75% | 0.96% | - |
| XYZ | 21.77 | 11.88 | 87.53 | - |
| YUV | 89.14 | 215.96 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 245 | 0.66 | 0.75 | 0 | 0.04 | 246.89 | 0.9 | 0.6 |
| Hex | 53 | 3E | F5 | 42 | 4B | 0 | 4 | F7 | 5A | 3C |
| Octal | 123 | 76 | 365 | 102 | 113 | 0 | 4 | 367 | 132 | 74 |
| Binary | 1010011 | 111110 | 11110101 | 1000010 | 1001011 | 0 | 100 | 11110111 | 1011010 | 111100 |
Color Harmonies of #533EF5
Complementary color
Monochromatic Colors of #533EF5
Black with #533EF5
Text Example
Text Example
White with #533EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533EF5; }
p { color: rgb(83,62,245); }
H1.HeaderClassName
{
color: #533EF5;
}
.AnyTagClassName
{
color: #533EF5;
}
</style>
background-color css
<style>
a { background-color: #533EF5; }
a { background-color: rgb(83,62,245); }
div.DivClassName
{
background-color: #533EF5;
}
.BgClassName
{
background-color: #533EF5;
}
</style>
border-color css
<style>
span { border-color: #533EF5; }
span { border-color: rgb(83,62,245); }
td.TdClassName
{
border-color: #533EF5;
}
.TagClassName
{
border-color: #533EF5;
}
</style>