Shades of Neon Blue #5764FF
Tints of Neon Blue #5764FF
RGB
CMYK
RGB Variations
Color information
#5764FF (or 0x5764FF) is known color: Neon Blue. HEX triplet: 57, 64 and FF. RGB value is (87,100,255). Sum of RGB (Red+Green+Blue) = 87+100+255=442 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.68% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #5764FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5764FF is #A89B00. Grayscale: #717171. Windows color (decimal): -11049729 or 16737367. OLE color: 16737367.
HSL color Cylindrical-coordinate representation of color #5764FF: hue angle of 235.36º 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 #5764FF is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 100 | 255 | - |
| CMYK | 0.66 | 0.61 | 0 | 0 |
| HSL | 235.36º | 1% | 0.67% | - |
| HSV(B) | 235.36º | 0.66% | 1% | - |
| XYZ | 26.54 | 18.36 | 96.75 | - |
| YUV | 113.78 | 207.69 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 100 | 255 | 0.66 | 0.61 | 0 | 0 | 235.36 | 1 | 0.67 |
| Hex | 57 | 64 | FF | 42 | 3D | 0 | 0 | EB | 64 | 43 |
| Octal | 127 | 144 | 377 | 102 | 75 | 0 | 0 | 353 | 144 | 103 |
| Binary | 1010111 | 1100100 | 11111111 | 1000010 | 111101 | 0 | 0 | 11101011 | 1100100 | 1000011 |
Color Harmonies of #5764FF
Complementary color
Monochromatic Colors of #5764FF
Black with #5764FF
Text Example
Text Example
White with #5764FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5764FF; }
p { color: rgb(87,100,255); }
H1.HeaderClassName
{
color: #5764FF;
}
.AnyTagClassName
{
color: #5764FF;
}
</style>
background-color css
<style>
a { background-color: #5764FF; }
a { background-color: rgb(87,100,255); }
div.DivClassName
{
background-color: #5764FF;
}
.BgClassName
{
background-color: #5764FF;
}
</style>
border-color css
<style>
span { border-color: #5764FF; }
span { border-color: rgb(87,100,255); }
td.TdClassName
{
border-color: #5764FF;
}
.TagClassName
{
border-color: #5764FF;
}
</style>