Shades of Neon Blue #535FFF
Tints of Neon Blue #535FFF
RGB
CMYK
RGB Variations
Color information
#535FFF (or 0x535FFF) is known color: Neon Blue. HEX triplet: 53, 5F and FF. RGB value is (83,95,255). Sum of RGB (Red+Green+Blue) = 83+95+255=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #535FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535FFF is #ACA000. Grayscale: #6C6C6C. Windows color (decimal): -11313153 or 16736083. OLE color: 16736083.
HSL color Cylindrical-coordinate representation of color #535FFF: hue angle of 235.81º 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 #535FFF is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 95 | 255 | - |
| CMYK | 0.67 | 0.63 | 0 | 0 |
| HSL | 235.81º | 1% | 0.66% | - |
| HSV(B) | 235.81º | 0.67% | 1% | - |
| XYZ | 25.71 | 17.24 | 96.58 | - |
| YUV | 109.65 | 210.02 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 255 | 0.67 | 0.63 | 0 | 0 | 235.81 | 1 | 0.66 |
| Hex | 53 | 5F | FF | 43 | 3F | 0 | 0 | EC | 64 | 42 |
| Octal | 123 | 137 | 377 | 103 | 77 | 0 | 0 | 354 | 144 | 102 |
| Binary | 1010011 | 1011111 | 11111111 | 1000011 | 111111 | 0 | 0 | 11101100 | 1100100 | 1000010 |
Color Harmonies of #535FFF
Complementary color
Monochromatic Colors of #535FFF
Black with #535FFF
Text Example
Text Example
White with #535FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535FFF; }
p { color: rgb(83,95,255); }
H1.HeaderClassName
{
color: #535FFF;
}
.AnyTagClassName
{
color: #535FFF;
}
</style>
background-color css
<style>
a { background-color: #535FFF; }
a { background-color: rgb(83,95,255); }
div.DivClassName
{
background-color: #535FFF;
}
.BgClassName
{
background-color: #535FFF;
}
</style>
border-color css
<style>
span { border-color: #535FFF; }
span { border-color: rgb(83,95,255); }
td.TdClassName
{
border-color: #535FFF;
}
.TagClassName
{
border-color: #535FFF;
}
</style>