Shades of Neon Blue #5568FF
Tints of Neon Blue #5568FF
RGB
CMYK
RGB Variations
Color information
#5568FF (or 0x5568FF) is known color: Neon Blue. HEX triplet: 55, 68 and FF. RGB value is (85,104,255). Sum of RGB (Red+Green+Blue) = 85+104+255=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #5568FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5568FF is #AA9700. Grayscale: #727272. Windows color (decimal): -11179777 or 16738389. OLE color: 16738389.
HSL color Cylindrical-coordinate representation of color #5568FF: hue angle of 233.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5568FF is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 104 | 255 | - |
| CMYK | 0.67 | 0.59 | 0 | 0 |
| HSL | 233.29º | 1% | 0.67% | - |
| HSV(B) | 233.29º | 0.67% | 1% | - |
| XYZ | 26.75 | 19.05 | 96.88 | - |
| YUV | 115.53 | 206.71 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 255 | 0.67 | 0.59 | 0 | 0 | 233.29 | 1 | 0.67 |
| Hex | 55 | 68 | FF | 43 | 3B | 0 | 0 | E9 | 64 | 43 |
| Octal | 125 | 150 | 377 | 103 | 73 | 0 | 0 | 351 | 144 | 103 |
| Binary | 1010101 | 1101000 | 11111111 | 1000011 | 111011 | 0 | 0 | 11101001 | 1100100 | 1000011 |
Color Harmonies of #5568FF
Complementary color
Monochromatic Colors of #5568FF
Black with #5568FF
Text Example
Text Example
White with #5568FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5568FF; }
p { color: rgb(85,104,255); }
H1.HeaderClassName
{
color: #5568FF;
}
.AnyTagClassName
{
color: #5568FF;
}
</style>
background-color css
<style>
a { background-color: #5568FF; }
a { background-color: rgb(85,104,255); }
div.DivClassName
{
background-color: #5568FF;
}
.BgClassName
{
background-color: #5568FF;
}
</style>
border-color css
<style>
span { border-color: #5568FF; }
span { border-color: rgb(85,104,255); }
td.TdClassName
{
border-color: #5568FF;
}
.TagClassName
{
border-color: #5568FF;
}
</style>