Shades of Neon Blue #5762EF
Tints of Neon Blue #5762EF
RGB
CMYK
RGB Variations
Color information
#5762EF (or 0x5762EF) is known color: Neon Blue. HEX triplet: 57, 62 and EF. RGB value is (87,98,239). Sum of RGB (Red+Green+Blue) = 87+98+239=424 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.52% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #5762EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5762EF is #A89D10. Grayscale: #6E6E6E. Windows color (decimal): -11050257 or 15688279. OLE color: 15688279.
HSL color Cylindrical-coordinate representation of color #5762EF: hue angle of 235.66º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5762EF is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 98 | 239 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.06 |
| HSL | 235.66º | 0.83% | 0.64% | - |
| HSV(B) | 235.66º | 0.64% | 0.94% | - |
| XYZ | 23.88 | 16.99 | 83.68 | - |
| YUV | 110.79 | 200.36 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 98 | 239 | 0.64 | 0.59 | 0 | 0.06 | 235.66 | 0.83 | 0.64 |
| Hex | 57 | 62 | EF | 40 | 3B | 0 | 6 | EC | 53 | 40 |
| Octal | 127 | 142 | 357 | 100 | 73 | 0 | 6 | 354 | 123 | 100 |
| Binary | 1010111 | 1100010 | 11101111 | 1000000 | 111011 | 0 | 110 | 11101100 | 1010011 | 1000000 |
Color Harmonies of #5762EF
Complementary color
Monochromatic Colors of #5762EF
Black with #5762EF
Text Example
Text Example
White with #5762EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5762EF; }
p { color: rgb(87,98,239); }
H1.HeaderClassName
{
color: #5762EF;
}
.AnyTagClassName
{
color: #5762EF;
}
</style>
background-color css
<style>
a { background-color: #5762EF; }
a { background-color: rgb(87,98,239); }
div.DivClassName
{
background-color: #5762EF;
}
.BgClassName
{
background-color: #5762EF;
}
</style>
border-color css
<style>
span { border-color: #5762EF; }
span { border-color: rgb(87,98,239); }
td.TdClassName
{
border-color: #5762EF;
}
.TagClassName
{
border-color: #5762EF;
}
</style>