Shades of Neon Blue #5768FC
Tints of Neon Blue #5768FC
RGB
CMYK
RGB Variations
Color information
#5768FC (or 0x5768FC) is known color: Neon Blue. HEX triplet: 57, 68 and FC. RGB value is (87,104,252). Sum of RGB (Red+Green+Blue) = 87+104+252=443 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.64% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #5768FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5768FC is #A89703. Grayscale: #737373. Windows color (decimal): -11048708 or 16541783. OLE color: 16541783.
HSL color Cylindrical-coordinate representation of color #5768FC: hue angle of 233.82º 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 #5768FC is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 104 | 252 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.01 |
| HSL | 233.82º | 0.96% | 0.66% | - |
| HSV(B) | 233.82º | 0.65% | 0.99% | - |
| XYZ | 26.45 | 18.96 | 94.36 | - |
| YUV | 115.79 | 204.87 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 104 | 252 | 0.65 | 0.59 | 0 | 0.01 | 233.82 | 0.96 | 0.66 |
| Hex | 57 | 68 | FC | 41 | 3B | 0 | 1 | EA | 60 | 42 |
| Octal | 127 | 150 | 374 | 101 | 73 | 0 | 1 | 352 | 140 | 102 |
| Binary | 1010111 | 1101000 | 11111100 | 1000001 | 111011 | 0 | 1 | 11101010 | 1100000 | 1000010 |
Color Harmonies of #5768FC
Complementary color
Monochromatic Colors of #5768FC
Black with #5768FC
Text Example
Text Example
White with #5768FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5768FC; }
p { color: rgb(87,104,252); }
H1.HeaderClassName
{
color: #5768FC;
}
.AnyTagClassName
{
color: #5768FC;
}
</style>
background-color css
<style>
a { background-color: #5768FC; }
a { background-color: rgb(87,104,252); }
div.DivClassName
{
background-color: #5768FC;
}
.BgClassName
{
background-color: #5768FC;
}
</style>
border-color css
<style>
span { border-color: #5768FC; }
span { border-color: rgb(87,104,252); }
td.TdClassName
{
border-color: #5768FC;
}
.TagClassName
{
border-color: #5768FC;
}
</style>