Shades of Neon Blue #5763FC
Tints of Neon Blue #5763FC
RGB
CMYK
RGB Variations
Color information
#5763FC (or 0x5763FC) is known color: Neon Blue. HEX triplet: 57, 63 and FC. RGB value is (87,99,252). Sum of RGB (Red+Green+Blue) = 87+99+252=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #5763FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5763FC is #A89C03. Grayscale: #707070. Windows color (decimal): -11049988 or 16540503. OLE color: 16540503.
HSL color Cylindrical-coordinate representation of color #5763FC: hue angle of 235.64º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5763FC is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 99 | 252 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.01 |
| HSL | 235.64º | 0.96% | 0.66% | - |
| HSV(B) | 235.64º | 0.65% | 0.99% | - |
| XYZ | 25.96 | 17.98 | 94.2 | - |
| YUV | 112.85 | 206.52 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 99 | 252 | 0.65 | 0.61 | 0 | 0.01 | 235.64 | 0.96 | 0.66 |
| Hex | 57 | 63 | FC | 41 | 3D | 0 | 1 | EC | 60 | 42 |
| Octal | 127 | 143 | 374 | 101 | 75 | 0 | 1 | 354 | 140 | 102 |
| Binary | 1010111 | 1100011 | 11111100 | 1000001 | 111101 | 0 | 1 | 11101100 | 1100000 | 1000010 |
Color Harmonies of #5763FC
Complementary color
Monochromatic Colors of #5763FC
Black with #5763FC
Text Example
Text Example
White with #5763FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5763FC; }
p { color: rgb(87,99,252); }
H1.HeaderClassName
{
color: #5763FC;
}
.AnyTagClassName
{
color: #5763FC;
}
</style>
background-color css
<style>
a { background-color: #5763FC; }
a { background-color: rgb(87,99,252); }
div.DivClassName
{
background-color: #5763FC;
}
.BgClassName
{
background-color: #5763FC;
}
</style>
border-color css
<style>
span { border-color: #5763FC; }
span { border-color: rgb(87,99,252); }
td.TdClassName
{
border-color: #5763FC;
}
.TagClassName
{
border-color: #5763FC;
}
</style>