Shades of Neon Blue #535DFF
Tints of Neon Blue #535DFF
RGB
CMYK
RGB Variations
Color information
#535DFF (or 0x535DFF) is known color: Neon Blue. HEX triplet: 53, 5D and FF. RGB value is (83,93,255). Sum of RGB (Red+Green+Blue) = 83+93+255=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #535DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535DFF is #ACA200. Grayscale: #6B6B6B. Windows color (decimal): -11313665 or 16735571. OLE color: 16735571.
HSL color Cylindrical-coordinate representation of color #535DFF: hue angle of 236.51º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #535DFF is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 93 | 255 | - |
| CMYK | 0.67 | 0.64 | 0 | 0 |
| HSL | 236.51º | 1% | 0.66% | - |
| HSV(B) | 236.51º | 0.67% | 1% | - |
| XYZ | 25.53 | 16.89 | 96.52 | - |
| YUV | 108.48 | 210.69 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 255 | 0.67 | 0.64 | 0 | 0 | 236.51 | 1 | 0.66 |
| Hex | 53 | 5D | FF | 43 | 40 | 0 | 0 | ED | 64 | 42 |
| Octal | 123 | 135 | 377 | 103 | 100 | 0 | 0 | 355 | 144 | 102 |
| Binary | 1010011 | 1011101 | 11111111 | 1000011 | 1000000 | 0 | 0 | 11101101 | 1100100 | 1000010 |
Color Harmonies of #535DFF
Complementary color
Monochromatic Colors of #535DFF
Black with #535DFF
Text Example
Text Example
White with #535DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535DFF; }
p { color: rgb(83,93,255); }
H1.HeaderClassName
{
color: #535DFF;
}
.AnyTagClassName
{
color: #535DFF;
}
</style>
background-color css
<style>
a { background-color: #535DFF; }
a { background-color: rgb(83,93,255); }
div.DivClassName
{
background-color: #535DFF;
}
.BgClassName
{
background-color: #535DFF;
}
</style>
border-color css
<style>
span { border-color: #535DFF; }
span { border-color: rgb(83,93,255); }
td.TdClassName
{
border-color: #535DFF;
}
.TagClassName
{
border-color: #535DFF;
}
</style>