Shades of Neon Blue #5569FE
Tints of Neon Blue #5569FE
RGB
CMYK
RGB Variations
Color information
#5569FE (or 0x5569FE) is known color: Neon Blue. HEX triplet: 55, 69 and FE. RGB value is (85,105,254). Sum of RGB (Red+Green+Blue) = 85+105+254=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #5569FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5569FE is #AA9601. Grayscale: #737373. Windows color (decimal): -11179522 or 16673109. OLE color: 16673109.
HSL color Cylindrical-coordinate representation of color #5569FE: hue angle of 232.9º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5569FE is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 105 | 254 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.00 |
| HSL | 232.9º | 0.99% | 0.66% | - |
| HSV(B) | 232.9º | 0.67% | 1% | - |
| XYZ | 26.69 | 19.19 | 96.06 | - |
| YUV | 116.01 | 205.87 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 254 | 0.67 | 0.59 | 0 | 0.00 | 232.9 | 0.99 | 0.66 |
| Hex | 55 | 69 | FE | 43 | 3B | 0 | 0 | E9 | 63 | 42 |
| Octal | 125 | 151 | 376 | 103 | 73 | 0 | 0 | 351 | 143 | 102 |
| Binary | 1010101 | 1101001 | 11111110 | 1000011 | 111011 | 0 | 0 | 11101001 | 1100011 | 1000010 |
Color Harmonies of #5569FE
Complementary color
Monochromatic Colors of #5569FE
Black with #5569FE
Text Example
Text Example
White with #5569FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5569FE; }
p { color: rgb(85,105,254); }
H1.HeaderClassName
{
color: #5569FE;
}
.AnyTagClassName
{
color: #5569FE;
}
</style>
background-color css
<style>
a { background-color: #5569FE; }
a { background-color: rgb(85,105,254); }
div.DivClassName
{
background-color: #5569FE;
}
.BgClassName
{
background-color: #5569FE;
}
</style>
border-color css
<style>
span { border-color: #5569FE; }
span { border-color: rgb(85,105,254); }
td.TdClassName
{
border-color: #5569FE;
}
.TagClassName
{
border-color: #5569FE;
}
</style>