Shades of Neon Blue #5761FE
Tints of Neon Blue #5761FE
RGB
CMYK
RGB Variations
Color information
#5761FE (or 0x5761FE) is known color: Neon Blue. HEX triplet: 57, 61 and FE. RGB value is (87,97,254). Sum of RGB (Red+Green+Blue) = 87+97+254=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #5761FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5761FE is #A89E01. Grayscale: #6F6F6F. Windows color (decimal): -11050498 or 16671063. OLE color: 16671063.
HSL color Cylindrical-coordinate representation of color #5761FE: hue angle of 236.41º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5761FE is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 97 | 254 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.00 |
| HSL | 236.41º | 0.99% | 0.67% | - |
| HSV(B) | 236.41º | 0.66% | 1% | - |
| XYZ | 26.09 | 17.73 | 95.81 | - |
| YUV | 111.91 | 208.19 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 97 | 254 | 0.66 | 0.62 | 0 | 0.00 | 236.41 | 0.99 | 0.67 |
| Hex | 57 | 61 | FE | 42 | 3E | 0 | 0 | EC | 63 | 43 |
| Octal | 127 | 141 | 376 | 102 | 76 | 0 | 0 | 354 | 143 | 103 |
| Binary | 1010111 | 1100001 | 11111110 | 1000010 | 111110 | 0 | 0 | 11101100 | 1100011 | 1000011 |
Color Harmonies of #5761FE
Complementary color
Monochromatic Colors of #5761FE
Black with #5761FE
Text Example
Text Example
White with #5761FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5761FE; }
p { color: rgb(87,97,254); }
H1.HeaderClassName
{
color: #5761FE;
}
.AnyTagClassName
{
color: #5761FE;
}
</style>
background-color css
<style>
a { background-color: #5761FE; }
a { background-color: rgb(87,97,254); }
div.DivClassName
{
background-color: #5761FE;
}
.BgClassName
{
background-color: #5761FE;
}
</style>
border-color css
<style>
span { border-color: #5761FE; }
span { border-color: rgb(87,97,254); }
td.TdClassName
{
border-color: #5761FE;
}
.TagClassName
{
border-color: #5761FE;
}
</style>