Shades of Neon Blue #533EFB
Tints of Neon Blue #533EFB
RGB
CMYK
RGB Variations
Color information
#533EFB (or 0x533EFB) is known color: Neon Blue. HEX triplet: 53, 3E and FB. RGB value is (83,62,251). Sum of RGB (Red+Green+Blue) = 83+62+251=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #533EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533EFB is #ACC104. Grayscale: #595959. Windows color (decimal): -11321605 or 16465491. OLE color: 16465491.
HSL color Cylindrical-coordinate representation of color #533EFB: hue angle of 246.67º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #533EFB is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 62 | 251 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.02 |
| HSL | 246.67º | 0.96% | 0.61% | - |
| HSV(B) | 246.67º | 0.75% | 0.98% | - |
| XYZ | 22.7 | 12.25 | 92.43 | - |
| YUV | 89.83 | 218.96 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 251 | 0.67 | 0.75 | 0 | 0.02 | 246.67 | 0.96 | 0.61 |
| Hex | 53 | 3E | FB | 43 | 4B | 0 | 2 | F7 | 60 | 3D |
| Octal | 123 | 76 | 373 | 103 | 113 | 0 | 2 | 367 | 140 | 75 |
| Binary | 1010011 | 111110 | 11111011 | 1000011 | 1001011 | 0 | 10 | 11110111 | 1100000 | 111101 |
Color Harmonies of #533EFB
Complementary color
Monochromatic Colors of #533EFB
Black with #533EFB
Text Example
Text Example
White with #533EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533EFB; }
p { color: rgb(83,62,251); }
H1.HeaderClassName
{
color: #533EFB;
}
.AnyTagClassName
{
color: #533EFB;
}
</style>
background-color css
<style>
a { background-color: #533EFB; }
a { background-color: rgb(83,62,251); }
div.DivClassName
{
background-color: #533EFB;
}
.BgClassName
{
background-color: #533EFB;
}
</style>
border-color css
<style>
span { border-color: #533EFB; }
span { border-color: rgb(83,62,251); }
td.TdClassName
{
border-color: #533EFB;
}
.TagClassName
{
border-color: #533EFB;
}
</style>