Shades of Neon Pink #F556C2
Tints of Neon Pink #F556C2
RGB
CMYK
RGB Variations
Color information
#F556C2 (or 0xF556C2) is known color: Neon Pink. HEX triplet: F5, 56 and C2. RGB value is (245,86,194). Sum of RGB (Red+Green+Blue) = 245+86+194=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 86 (33.98% from 255 or 16.38% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F556C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F556C2 is #0AA93D. Grayscale: #919191. Windows color (decimal): -698686 or 12736245. OLE color: 12736245.
HSL color Cylindrical-coordinate representation of color #F556C2: hue angle of 319.25º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F556C2 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 194 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.04 |
| HSL | 319.25º | 0.89% | 0.65% | - |
| HSV(B) | 319.25º | 0.65% | 0.96% | - |
| XYZ | 50.72 | 29.96 | 54.15 | - |
| YUV | 145.85 | 155.18 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 194 | 0 | 0.65 | 0.21 | 0.04 | 319.25 | 0.89 | 0.65 |
| Hex | F5 | 56 | C2 | 0 | 41 | 15 | 4 | 13F | 59 | 41 |
| Octal | 365 | 126 | 302 | 0 | 101 | 25 | 4 | 477 | 131 | 101 |
| Binary | 11110101 | 1010110 | 11000010 | 0 | 1000001 | 10101 | 100 | 100111111 | 1011001 | 1000001 |
Color Harmonies of #F556C2
Complementary color
Monochromatic Colors of #F556C2
Black with #F556C2
Text Example
Text Example
White with #F556C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F556C2; }
p { color: rgb(245,86,194); }
H1.HeaderClassName
{
color: #F556C2;
}
.AnyTagClassName
{
color: #F556C2;
}
</style>
background-color css
<style>
a { background-color: #F556C2; }
a { background-color: rgb(245,86,194); }
div.DivClassName
{
background-color: #F556C2;
}
.BgClassName
{
background-color: #F556C2;
}
</style>
border-color css
<style>
span { border-color: #F556C2; }
span { border-color: rgb(245,86,194); }
td.TdClassName
{
border-color: #F556C2;
}
.TagClassName
{
border-color: #F556C2;
}
</style>