Shades of Neon Pink #F578C7
Tints of Neon Pink #F578C7
RGB
CMYK
RGB Variations
Color information
#F578C7 (or 0xF578C7) is known color: Neon Pink. HEX triplet: F5, 78 and C7. RGB value is (245,120,199). Sum of RGB (Red+Green+Blue) = 245+120+199=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F578C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578C7 is #0A8738. Grayscale: #A6A6A6. Windows color (decimal): -689977 or 13072629. OLE color: 13072629.
HSL color Cylindrical-coordinate representation of color #F578C7: hue angle of 322.08º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F578C7 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 199 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.04 |
| HSL | 322.08º | 0.86% | 0.72% | - |
| HSV(B) | 322.08º | 0.51% | 0.96% | - |
| XYZ | 54.68 | 36.97 | 58.29 | - |
| YUV | 166.38 | 146.41 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 199 | 0 | 0.51 | 0.19 | 0.04 | 322.08 | 0.86 | 0.72 |
| Hex | F5 | 78 | C7 | 0 | 33 | 13 | 4 | 142 | 56 | 48 |
| Octal | 365 | 170 | 307 | 0 | 63 | 23 | 4 | 502 | 126 | 110 |
| Binary | 11110101 | 1111000 | 11000111 | 0 | 110011 | 10011 | 100 | 101000010 | 1010110 | 1001000 |
Color Harmonies of #F578C7
Complementary color
Monochromatic Colors of #F578C7
Black with #F578C7
Text Example
Text Example
White with #F578C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F578C7; }
p { color: rgb(245,120,199); }
H1.HeaderClassName
{
color: #F578C7;
}
.AnyTagClassName
{
color: #F578C7;
}
</style>
background-color css
<style>
a { background-color: #F578C7; }
a { background-color: rgb(245,120,199); }
div.DivClassName
{
background-color: #F578C7;
}
.BgClassName
{
background-color: #F578C7;
}
</style>
border-color css
<style>
span { border-color: #F578C7; }
span { border-color: rgb(245,120,199); }
td.TdClassName
{
border-color: #F578C7;
}
.TagClassName
{
border-color: #F578C7;
}
</style>