Shades of Neon Blue #5762FF
Tints of Neon Blue #5762FF
RGB
CMYK
RGB Variations
Color information
#5762FF (or 0x5762FF) is known color: Neon Blue. HEX triplet: 57, 62 and FF. RGB value is (87,98,255). Sum of RGB (Red+Green+Blue) = 87+98+255=440 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.77% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #5762FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5762FF is #A89D00. Grayscale: #6F6F6F. Windows color (decimal): -11050241 or 16736855. OLE color: 16736855.
HSL color Cylindrical-coordinate representation of color #5762FF: hue angle of 236.07º 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 #5762FF is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 98 | 255 | - |
| CMYK | 0.66 | 0.62 | 0 | 0 |
| HSL | 236.07º | 1% | 0.67% | - |
| HSV(B) | 236.07º | 0.66% | 1% | - |
| XYZ | 26.35 | 17.98 | 96.69 | - |
| YUV | 112.61 | 208.36 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 98 | 255 | 0.66 | 0.62 | 0 | 0 | 236.07 | 1 | 0.67 |
| Hex | 57 | 62 | FF | 42 | 3E | 0 | 0 | EC | 64 | 43 |
| Octal | 127 | 142 | 377 | 102 | 76 | 0 | 0 | 354 | 144 | 103 |
| Binary | 1010111 | 1100010 | 11111111 | 1000010 | 111110 | 0 | 0 | 11101100 | 1100100 | 1000011 |
Color Harmonies of #5762FF
Complementary color
Monochromatic Colors of #5762FF
Black with #5762FF
Text Example
Text Example
White with #5762FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5762FF; }
p { color: rgb(87,98,255); }
H1.HeaderClassName
{
color: #5762FF;
}
.AnyTagClassName
{
color: #5762FF;
}
</style>
background-color css
<style>
a { background-color: #5762FF; }
a { background-color: rgb(87,98,255); }
div.DivClassName
{
background-color: #5762FF;
}
.BgClassName
{
background-color: #5762FF;
}
</style>
border-color css
<style>
span { border-color: #5762FF; }
span { border-color: rgb(87,98,255); }
td.TdClassName
{
border-color: #5762FF;
}
.TagClassName
{
border-color: #5762FF;
}
</style>