Shades of Neon Blue #5735FF
Tints of Neon Blue #5735FF
RGB
CMYK
RGB Variations
Color information
#5735FF (or 0x5735FF) is known color: Neon Blue. HEX triplet: 57, 35 and FF. RGB value is (87,53,255). Sum of RGB (Red+Green+Blue) = 87+53+255=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #5735FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5735FF is #A8CA00. Grayscale: #555555. Windows color (decimal): -11061761 or 16725335. OLE color: 16725335.
HSL color Cylindrical-coordinate representation of color #5735FF: hue angle of 250.1º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5735FF is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 53 | 255 | - |
| CMYK | 0.66 | 0.79 | 0 | 0 |
| HSL | 250.1º | 1% | 0.6% | - |
| HSV(B) | 250.1º | 0.79% | 1% | - |
| XYZ | 23.25 | 11.79 | 95.66 | - |
| YUV | 86.19 | 223.26 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 53 | 255 | 0.66 | 0.79 | 0 | 0 | 250.1 | 1 | 0.6 |
| Hex | 57 | 35 | FF | 42 | 4F | 0 | 0 | FA | 64 | 3C |
| Octal | 127 | 65 | 377 | 102 | 117 | 0 | 0 | 372 | 144 | 74 |
| Binary | 1010111 | 110101 | 11111111 | 1000010 | 1001111 | 0 | 0 | 11111010 | 1100100 | 111100 |
Color Harmonies of #5735FF
Complementary color
Monochromatic Colors of #5735FF
Black with #5735FF
Text Example
Text Example
White with #5735FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5735FF; }
p { color: rgb(87,53,255); }
H1.HeaderClassName
{
color: #5735FF;
}
.AnyTagClassName
{
color: #5735FF;
}
</style>
background-color css
<style>
a { background-color: #5735FF; }
a { background-color: rgb(87,53,255); }
div.DivClassName
{
background-color: #5735FF;
}
.BgClassName
{
background-color: #5735FF;
}
</style>
border-color css
<style>
span { border-color: #5735FF; }
span { border-color: rgb(87,53,255); }
td.TdClassName
{
border-color: #5735FF;
}
.TagClassName
{
border-color: #5735FF;
}
</style>