Shades of Neon Blue #5568FA
Tints of Neon Blue #5568FA
RGB
CMYK
RGB Variations
Color information
#5568FA (or 0x5568FA) is known color: Neon Blue. HEX triplet: 55, 68 and FA. RGB value is (85,104,250). Sum of RGB (Red+Green+Blue) = 85+104+250=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #5568FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5568FA is #AA9705. Grayscale: #727272. Windows color (decimal): -11179782 or 16410709. OLE color: 16410709.
HSL color Cylindrical-coordinate representation of color #5568FA: hue angle of 233.09º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5568FA is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 104 | 250 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.02 |
| HSL | 233.09º | 0.94% | 0.66% | - |
| HSV(B) | 233.09º | 0.66% | 0.98% | - |
| XYZ | 25.95 | 18.73 | 92.69 | - |
| YUV | 114.96 | 204.21 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 250 | 0.66 | 0.58 | 0 | 0.02 | 233.09 | 0.94 | 0.66 |
| Hex | 55 | 68 | FA | 42 | 3A | 0 | 2 | E9 | 5E | 42 |
| Octal | 125 | 150 | 372 | 102 | 72 | 0 | 2 | 351 | 136 | 102 |
| Binary | 1010101 | 1101000 | 11111010 | 1000010 | 111010 | 0 | 10 | 11101001 | 1011110 | 1000010 |
Color Harmonies of #5568FA
Complementary color
Monochromatic Colors of #5568FA
Black with #5568FA
Text Example
Text Example
White with #5568FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5568FA; }
p { color: rgb(85,104,250); }
H1.HeaderClassName
{
color: #5568FA;
}
.AnyTagClassName
{
color: #5568FA;
}
</style>
background-color css
<style>
a { background-color: #5568FA; }
a { background-color: rgb(85,104,250); }
div.DivClassName
{
background-color: #5568FA;
}
.BgClassName
{
background-color: #5568FA;
}
</style>
border-color css
<style>
span { border-color: #5568FA; }
span { border-color: rgb(85,104,250); }
td.TdClassName
{
border-color: #5568FA;
}
.TagClassName
{
border-color: #5568FA;
}
</style>