Shades of Neon Blue #533BFC
Tints of Neon Blue #533BFC
RGB
CMYK
RGB Variations
Color information
#533BFC (or 0x533BFC) is known color: Neon Blue. HEX triplet: 53, 3B and FC. RGB value is (83,59,252). Sum of RGB (Red+Green+Blue) = 83+59+252=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #533BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533BFC is #ACC403. Grayscale: #575757. Windows color (decimal): -11322372 or 16530259. OLE color: 16530259.
HSL color Cylindrical-coordinate representation of color #533BFC: hue angle of 247.46º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #533BFC is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 59 | 252 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.01 |
| HSL | 247.46º | 0.97% | 0.61% | - |
| HSV(B) | 247.46º | 0.77% | 0.99% | - |
| XYZ | 22.7 | 12 | 93.21 | - |
| YUV | 88.18 | 220.45 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 252 | 0.67 | 0.77 | 0 | 0.01 | 247.46 | 0.97 | 0.61 |
| Hex | 53 | 3B | FC | 43 | 4D | 0 | 1 | F7 | 61 | 3D |
| Octal | 123 | 73 | 374 | 103 | 115 | 0 | 1 | 367 | 141 | 75 |
| Binary | 1010011 | 111011 | 11111100 | 1000011 | 1001101 | 0 | 1 | 11110111 | 1100001 | 111101 |
Color Harmonies of #533BFC
Complementary color
Monochromatic Colors of #533BFC
Black with #533BFC
Text Example
Text Example
White with #533BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533BFC; }
p { color: rgb(83,59,252); }
H1.HeaderClassName
{
color: #533BFC;
}
.AnyTagClassName
{
color: #533BFC;
}
</style>
background-color css
<style>
a { background-color: #533BFC; }
a { background-color: rgb(83,59,252); }
div.DivClassName
{
background-color: #533BFC;
}
.BgClassName
{
background-color: #533BFC;
}
</style>
border-color css
<style>
span { border-color: #533BFC; }
span { border-color: rgb(83,59,252); }
td.TdClassName
{
border-color: #533BFC;
}
.TagClassName
{
border-color: #533BFC;
}
</style>