Shades of Neon Blue #5739EC
Tints of Neon Blue #5739EC
RGB
CMYK
RGB Variations
Color information
#5739EC (or 0x5739EC) is known color: Neon Blue. HEX triplet: 57, 39 and EC. RGB value is (87,57,236). Sum of RGB (Red+Green+Blue) = 87+57+236=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #5739EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5739EC is #A8C613. Grayscale: #555555. Windows color (decimal): -11060756 or 15481175. OLE color: 15481175.
HSL color Cylindrical-coordinate representation of color #5739EC: hue angle of 250.06º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5739EC is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 57 | 236 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.07 |
| HSL | 250.06º | 0.82% | 0.57% | - |
| HSV(B) | 250.06º | 0.76% | 0.93% | - |
| XYZ | 20.53 | 11.01 | 80.4 | - |
| YUV | 86.38 | 212.44 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 57 | 236 | 0.63 | 0.76 | 0 | 0.07 | 250.06 | 0.82 | 0.57 |
| Hex | 57 | 39 | EC | 3F | 4C | 0 | 7 | FA | 52 | 39 |
| Octal | 127 | 71 | 354 | 77 | 114 | 0 | 7 | 372 | 122 | 71 |
| Binary | 1010111 | 111001 | 11101100 | 111111 | 1001100 | 0 | 111 | 11111010 | 1010010 | 111001 |
Color Harmonies of #5739EC
Complementary color
Monochromatic Colors of #5739EC
Black with #5739EC
Text Example
Text Example
White with #5739EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5739EC; }
p { color: rgb(87,57,236); }
H1.HeaderClassName
{
color: #5739EC;
}
.AnyTagClassName
{
color: #5739EC;
}
</style>
background-color css
<style>
a { background-color: #5739EC; }
a { background-color: rgb(87,57,236); }
div.DivClassName
{
background-color: #5739EC;
}
.BgClassName
{
background-color: #5739EC;
}
</style>
border-color css
<style>
span { border-color: #5739EC; }
span { border-color: rgb(87,57,236); }
td.TdClassName
{
border-color: #5739EC;
}
.TagClassName
{
border-color: #5739EC;
}
</style>