Shades of Neon Blue #533FEF
Tints of Neon Blue #533FEF
RGB
CMYK
RGB Variations
Color information
#533FEF (or 0x533FEF) is known color: Neon Blue. HEX triplet: 53, 3F and EF. RGB value is (83,63,239). Sum of RGB (Red+Green+Blue) = 83+63+239=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #533FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533FEF is #ACC010. Grayscale: #585858. Windows color (decimal): -11321361 or 15679315. OLE color: 15679315.
HSL color Cylindrical-coordinate representation of color #533FEF: hue angle of 246.82º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #533FEF is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 63 | 239 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.06 |
| HSL | 246.82º | 0.85% | 0.59% | - |
| HSV(B) | 246.82º | 0.74% | 0.94% | - |
| XYZ | 20.92 | 11.63 | 82.8 | - |
| YUV | 89.04 | 212.63 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 239 | 0.65 | 0.74 | 0 | 0.06 | 246.82 | 0.85 | 0.59 |
| Hex | 53 | 3F | EF | 41 | 4A | 0 | 6 | F7 | 55 | 3B |
| Octal | 123 | 77 | 357 | 101 | 112 | 0 | 6 | 367 | 125 | 73 |
| Binary | 1010011 | 111111 | 11101111 | 1000001 | 1001010 | 0 | 110 | 11110111 | 1010101 | 111011 |
Color Harmonies of #533FEF
Complementary color
Monochromatic Colors of #533FEF
Black with #533FEF
Text Example
Text Example
White with #533FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533FEF; }
p { color: rgb(83,63,239); }
H1.HeaderClassName
{
color: #533FEF;
}
.AnyTagClassName
{
color: #533FEF;
}
</style>
background-color css
<style>
a { background-color: #533FEF; }
a { background-color: rgb(83,63,239); }
div.DivClassName
{
background-color: #533FEF;
}
.BgClassName
{
background-color: #533FEF;
}
</style>
border-color css
<style>
span { border-color: #533FEF; }
span { border-color: rgb(83,63,239); }
td.TdClassName
{
border-color: #533FEF;
}
.TagClassName
{
border-color: #533FEF;
}
</style>