Shades of Neon Blue #5761FF
Tints of Neon Blue #5761FF
RGB
CMYK
RGB Variations
Color information
#5761FF (or 0x5761FF) is known color: Neon Blue. HEX triplet: 57, 61 and FF. RGB value is (87,97,255). Sum of RGB (Red+Green+Blue) = 87+97+255=439 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.82% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #5761FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5761FF is #A89E00. Grayscale: #6F6F6F. Windows color (decimal): -11050497 or 16736599. OLE color: 16736599.
HSL color Cylindrical-coordinate representation of color #5761FF: hue angle of 236.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5761FF is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 97 | 255 | - |
| CMYK | 0.66 | 0.62 | 0 | 0 |
| HSL | 236.43º | 1% | 0.67% | - |
| HSV(B) | 236.43º | 0.66% | 1% | - |
| XYZ | 26.26 | 17.8 | 96.66 | - |
| YUV | 112.02 | 208.69 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 97 | 255 | 0.66 | 0.62 | 0 | 0 | 236.43 | 1 | 0.67 |
| Hex | 57 | 61 | FF | 42 | 3E | 0 | 0 | EC | 64 | 43 |
| Octal | 127 | 141 | 377 | 102 | 76 | 0 | 0 | 354 | 144 | 103 |
| Binary | 1010111 | 1100001 | 11111111 | 1000010 | 111110 | 0 | 0 | 11101100 | 1100100 | 1000011 |
Color Harmonies of #5761FF
Complementary color
Monochromatic Colors of #5761FF
Black with #5761FF
Text Example
Text Example
White with #5761FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5761FF; }
p { color: rgb(87,97,255); }
H1.HeaderClassName
{
color: #5761FF;
}
.AnyTagClassName
{
color: #5761FF;
}
</style>
background-color css
<style>
a { background-color: #5761FF; }
a { background-color: rgb(87,97,255); }
div.DivClassName
{
background-color: #5761FF;
}
.BgClassName
{
background-color: #5761FF;
}
</style>
border-color css
<style>
span { border-color: #5761FF; }
span { border-color: rgb(87,97,255); }
td.TdClassName
{
border-color: #5761FF;
}
.TagClassName
{
border-color: #5761FF;
}
</style>