Shades of Neon Blue #533FFC
Tints of Neon Blue #533FFC
RGB
CMYK
RGB Variations
Color information
#533FFC (or 0x533FFC) is known color: Neon Blue. HEX triplet: 53, 3F and FC. RGB value is (83,63,252). Sum of RGB (Red+Green+Blue) = 83+63+252=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #533FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533FFC is #ACC003. Grayscale: #595959. Windows color (decimal): -11321348 or 16531283. OLE color: 16531283.
HSL color Cylindrical-coordinate representation of color #533FFC: hue angle of 246.35º 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 #533FFC is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 63 | 252 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.01 |
| HSL | 246.35º | 0.97% | 0.62% | - |
| HSV(B) | 246.35º | 0.75% | 0.99% | - |
| XYZ | 22.92 | 12.42 | 93.29 | - |
| YUV | 90.53 | 219.13 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 252 | 0.67 | 0.75 | 0 | 0.01 | 246.35 | 0.97 | 0.62 |
| Hex | 53 | 3F | FC | 43 | 4B | 0 | 1 | F6 | 61 | 3E |
| Octal | 123 | 77 | 374 | 103 | 113 | 0 | 1 | 366 | 141 | 76 |
| Binary | 1010011 | 111111 | 11111100 | 1000011 | 1001011 | 0 | 1 | 11110110 | 1100001 | 111110 |
Color Harmonies of #533FFC
Complementary color
Monochromatic Colors of #533FFC
Black with #533FFC
Text Example
Text Example
White with #533FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533FFC; }
p { color: rgb(83,63,252); }
H1.HeaderClassName
{
color: #533FFC;
}
.AnyTagClassName
{
color: #533FFC;
}
</style>
background-color css
<style>
a { background-color: #533FFC; }
a { background-color: rgb(83,63,252); }
div.DivClassName
{
background-color: #533FFC;
}
.BgClassName
{
background-color: #533FFC;
}
</style>
border-color css
<style>
span { border-color: #533FFC; }
span { border-color: rgb(83,63,252); }
td.TdClassName
{
border-color: #533FFC;
}
.TagClassName
{
border-color: #533FFC;
}
</style>