Shades of Neon Blue #5569FD
Tints of Neon Blue #5569FD
RGB
CMYK
RGB Variations
Color information
#5569FD (or 0x5569FD) is known color: Neon Blue. HEX triplet: 55, 69 and FD. RGB value is (85,105,253). Sum of RGB (Red+Green+Blue) = 85+105+253=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #5569FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5569FD is #AA9602. Grayscale: #737373. Windows color (decimal): -11179523 or 16607573. OLE color: 16607573.
HSL color Cylindrical-coordinate representation of color #5569FD: hue angle of 232.86º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5569FD is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 105 | 253 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.01 |
| HSL | 232.86º | 0.98% | 0.66% | - |
| HSV(B) | 232.86º | 0.66% | 0.99% | - |
| XYZ | 26.53 | 19.13 | 95.22 | - |
| YUV | 115.89 | 205.37 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 253 | 0.66 | 0.58 | 0 | 0.01 | 232.86 | 0.98 | 0.66 |
| Hex | 55 | 69 | FD | 42 | 3A | 0 | 1 | E9 | 62 | 42 |
| Octal | 125 | 151 | 375 | 102 | 72 | 0 | 1 | 351 | 142 | 102 |
| Binary | 1010101 | 1101001 | 11111101 | 1000010 | 111010 | 0 | 1 | 11101001 | 1100010 | 1000010 |
Color Harmonies of #5569FD
Complementary color
Monochromatic Colors of #5569FD
Black with #5569FD
Text Example
Text Example
White with #5569FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5569FD; }
p { color: rgb(85,105,253); }
H1.HeaderClassName
{
color: #5569FD;
}
.AnyTagClassName
{
color: #5569FD;
}
</style>
background-color css
<style>
a { background-color: #5569FD; }
a { background-color: rgb(85,105,253); }
div.DivClassName
{
background-color: #5569FD;
}
.BgClassName
{
background-color: #5569FD;
}
</style>
border-color css
<style>
span { border-color: #5569FD; }
span { border-color: rgb(85,105,253); }
td.TdClassName
{
border-color: #5569FD;
}
.TagClassName
{
border-color: #5569FD;
}
</style>