Shades of Neon Blue #533EFC
Tints of Neon Blue #533EFC
RGB
CMYK
RGB Variations
Color information
#533EFC (or 0x533EFC) is known color: Neon Blue. HEX triplet: 53, 3E and FC. RGB value is (83,62,252). Sum of RGB (Red+Green+Blue) = 83+62+252=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #533EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533EFC is #ACC103. Grayscale: #595959. Windows color (decimal): -11321604 or 16531027. OLE color: 16531027.
HSL color Cylindrical-coordinate representation of color #533EFC: hue angle of 246.63º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #533EFC is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 62 | 252 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.01 |
| HSL | 246.63º | 0.97% | 0.62% | - |
| HSV(B) | 246.63º | 0.75% | 0.99% | - |
| XYZ | 22.86 | 12.31 | 93.27 | - |
| YUV | 89.94 | 219.46 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 252 | 0.67 | 0.75 | 0 | 0.01 | 246.63 | 0.97 | 0.62 |
| Hex | 53 | 3E | FC | 43 | 4B | 0 | 1 | F7 | 61 | 3E |
| Octal | 123 | 76 | 374 | 103 | 113 | 0 | 1 | 367 | 141 | 76 |
| Binary | 1010011 | 111110 | 11111100 | 1000011 | 1001011 | 0 | 1 | 11110111 | 1100001 | 111110 |
Color Harmonies of #533EFC
Complementary color
Monochromatic Colors of #533EFC
Black with #533EFC
Text Example
Text Example
White with #533EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533EFC; }
p { color: rgb(83,62,252); }
H1.HeaderClassName
{
color: #533EFC;
}
.AnyTagClassName
{
color: #533EFC;
}
</style>
background-color css
<style>
a { background-color: #533EFC; }
a { background-color: rgb(83,62,252); }
div.DivClassName
{
background-color: #533EFC;
}
.BgClassName
{
background-color: #533EFC;
}
</style>
border-color css
<style>
span { border-color: #533EFC; }
span { border-color: rgb(83,62,252); }
td.TdClassName
{
border-color: #533EFC;
}
.TagClassName
{
border-color: #533EFC;
}
</style>