Shades of Neon Pink #F560C2
Tints of Neon Pink #F560C2
RGB
CMYK
RGB Variations
Color information
#F560C2 (or 0xF560C2) is known color: Neon Pink. HEX triplet: F5, 60 and C2. RGB value is (245,96,194). Sum of RGB (Red+Green+Blue) = 245+96+194=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F560C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F560C2 is #0A9F3D. Grayscale: #979797. Windows color (decimal): -696126 or 12738805. OLE color: 12738805.
HSL color Cylindrical-coordinate representation of color #F560C2: hue angle of 320.54º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F560C2 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 194 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.04 |
| HSL | 320.54º | 0.88% | 0.67% | - |
| HSV(B) | 320.54º | 0.61% | 0.96% | - |
| XYZ | 51.58 | 31.67 | 54.43 | - |
| YUV | 151.72 | 151.86 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 194 | 0 | 0.61 | 0.21 | 0.04 | 320.54 | 0.88 | 0.67 |
| Hex | F5 | 60 | C2 | 0 | 3D | 15 | 4 | 141 | 58 | 43 |
| Octal | 365 | 140 | 302 | 0 | 75 | 25 | 4 | 501 | 130 | 103 |
| Binary | 11110101 | 1100000 | 11000010 | 0 | 111101 | 10101 | 100 | 101000001 | 1011000 | 1000011 |
Color Harmonies of #F560C2
Complementary color
Monochromatic Colors of #F560C2
Black with #F560C2
Text Example
Text Example
White with #F560C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F560C2; }
p { color: rgb(245,96,194); }
H1.HeaderClassName
{
color: #F560C2;
}
.AnyTagClassName
{
color: #F560C2;
}
</style>
background-color css
<style>
a { background-color: #F560C2; }
a { background-color: rgb(245,96,194); }
div.DivClassName
{
background-color: #F560C2;
}
.BgClassName
{
background-color: #F560C2;
}
</style>
border-color css
<style>
span { border-color: #F560C2; }
span { border-color: rgb(245,96,194); }
td.TdClassName
{
border-color: #F560C2;
}
.TagClassName
{
border-color: #F560C2;
}
</style>