Shades of Neon Blue #533DFE
Tints of Neon Blue #533DFE
RGB
CMYK
RGB Variations
Color information
#533DFE (or 0x533DFE) is known color: Neon Blue. HEX triplet: 53, 3D and FE. RGB value is (83,61,254). Sum of RGB (Red+Green+Blue) = 83+61+254=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #533DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533DFE is #ACC201. Grayscale: #585858. Windows color (decimal): -11321858 or 16661843. OLE color: 16661843.
HSL color Cylindrical-coordinate representation of color #533DFE: hue angle of 246.84º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #533DFE is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 61 | 254 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.00 |
| HSL | 246.84º | 0.99% | 0.62% | - |
| HSV(B) | 246.84º | 0.76% | 1% | - |
| XYZ | 23.13 | 12.33 | 94.93 | - |
| YUV | 89.58 | 220.79 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 254 | 0.67 | 0.76 | 0 | 0.00 | 246.84 | 0.99 | 0.62 |
| Hex | 53 | 3D | FE | 43 | 4C | 0 | 0 | F7 | 63 | 3E |
| Octal | 123 | 75 | 376 | 103 | 114 | 0 | 0 | 367 | 143 | 76 |
| Binary | 1010011 | 111101 | 11111110 | 1000011 | 1001100 | 0 | 0 | 11110111 | 1100011 | 111110 |
Color Harmonies of #533DFE
Complementary color
Monochromatic Colors of #533DFE
Black with #533DFE
Text Example
Text Example
White with #533DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533DFE; }
p { color: rgb(83,61,254); }
H1.HeaderClassName
{
color: #533DFE;
}
.AnyTagClassName
{
color: #533DFE;
}
</style>
background-color css
<style>
a { background-color: #533DFE; }
a { background-color: rgb(83,61,254); }
div.DivClassName
{
background-color: #533DFE;
}
.BgClassName
{
background-color: #533DFE;
}
</style>
border-color css
<style>
span { border-color: #533DFE; }
span { border-color: rgb(83,61,254); }
td.TdClassName
{
border-color: #533DFE;
}
.TagClassName
{
border-color: #533DFE;
}
</style>