Shades of Neon Blue #5735FE
Tints of Neon Blue #5735FE
RGB
CMYK
RGB Variations
Color information
#5735FE (or 0x5735FE) is known color: Neon Blue. HEX triplet: 57, 35 and FE. RGB value is (87,53,254). Sum of RGB (Red+Green+Blue) = 87+53+254=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #5735FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5735FE is #A8CA01. Grayscale: #555555. Windows color (decimal): -11061762 or 16659799. OLE color: 16659799.
HSL color Cylindrical-coordinate representation of color #5735FE: hue angle of 250.15º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5735FE is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 53 | 254 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.00 |
| HSL | 250.15º | 0.99% | 0.6% | - |
| HSV(B) | 250.15º | 0.79% | 1% | - |
| XYZ | 23.09 | 11.73 | 94.81 | - |
| YUV | 86.08 | 222.76 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 53 | 254 | 0.66 | 0.79 | 0 | 0.00 | 250.15 | 0.99 | 0.6 |
| Hex | 57 | 35 | FE | 42 | 4F | 0 | 0 | FA | 63 | 3C |
| Octal | 127 | 65 | 376 | 102 | 117 | 0 | 0 | 372 | 143 | 74 |
| Binary | 1010111 | 110101 | 11111110 | 1000010 | 1001111 | 0 | 0 | 11111010 | 1100011 | 111100 |
Color Harmonies of #5735FE
Complementary color
Monochromatic Colors of #5735FE
Black with #5735FE
Text Example
Text Example
White with #5735FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5735FE; }
p { color: rgb(87,53,254); }
H1.HeaderClassName
{
color: #5735FE;
}
.AnyTagClassName
{
color: #5735FE;
}
</style>
background-color css
<style>
a { background-color: #5735FE; }
a { background-color: rgb(87,53,254); }
div.DivClassName
{
background-color: #5735FE;
}
.BgClassName
{
background-color: #5735FE;
}
</style>
border-color css
<style>
span { border-color: #5735FE; }
span { border-color: rgb(87,53,254); }
td.TdClassName
{
border-color: #5735FE;
}
.TagClassName
{
border-color: #5735FE;
}
</style>