Shades of Neon Blue #535BEF
Tints of Neon Blue #535BEF
RGB
CMYK
RGB Variations
Color information
#535BEF (or 0x535BEF) is known color: Neon Blue. HEX triplet: 53, 5B and EF. RGB value is (83,91,239). Sum of RGB (Red+Green+Blue) = 83+91+239=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #535BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535BEF is #ACA410. Grayscale: #686868. Windows color (decimal): -11314193 or 15686483. OLE color: 15686483.
HSL color Cylindrical-coordinate representation of color #535BEF: hue angle of 236.92º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #535BEF is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 91 | 239 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.06 |
| HSL | 236.92º | 0.83% | 0.63% | - |
| HSV(B) | 236.92º | 0.65% | 0.94% | - |
| XYZ | 22.89 | 15.55 | 83.46 | - |
| YUV | 105.48 | 203.35 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 239 | 0.65 | 0.62 | 0 | 0.06 | 236.92 | 0.83 | 0.63 |
| Hex | 53 | 5B | EF | 41 | 3E | 0 | 6 | ED | 53 | 3F |
| Octal | 123 | 133 | 357 | 101 | 76 | 0 | 6 | 355 | 123 | 77 |
| Binary | 1010011 | 1011011 | 11101111 | 1000001 | 111110 | 0 | 110 | 11101101 | 1010011 | 111111 |
Color Harmonies of #535BEF
Complementary color
Monochromatic Colors of #535BEF
Black with #535BEF
Text Example
Text Example
White with #535BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535BEF; }
p { color: rgb(83,91,239); }
H1.HeaderClassName
{
color: #535BEF;
}
.AnyTagClassName
{
color: #535BEF;
}
</style>
background-color css
<style>
a { background-color: #535BEF; }
a { background-color: rgb(83,91,239); }
div.DivClassName
{
background-color: #535BEF;
}
.BgClassName
{
background-color: #535BEF;
}
</style>
border-color css
<style>
span { border-color: #535BEF; }
span { border-color: rgb(83,91,239); }
td.TdClassName
{
border-color: #535BEF;
}
.TagClassName
{
border-color: #535BEF;
}
</style>