Shades of Neon Pink #F576C9
Tints of Neon Pink #F576C9
RGB
CMYK
RGB Variations
Color information
#F576C9 (or 0xF576C9) is known color: Neon Pink. HEX triplet: F5, 76 and C9. RGB value is (245,118,201). Sum of RGB (Red+Green+Blue) = 245+118+201=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F576C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F576C9 is #0A8936. Grayscale: #A5A5A5. Windows color (decimal): -690487 or 13203189. OLE color: 13203189.
HSL color Cylindrical-coordinate representation of color #F576C9: hue angle of 320.79º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F576C9 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 201 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.04 |
| HSL | 320.79º | 0.86% | 0.71% | - |
| HSV(B) | 320.79º | 0.52% | 0.96% | - |
| XYZ | 54.68 | 36.59 | 59.44 | - |
| YUV | 165.44 | 148.08 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 201 | 0 | 0.52 | 0.18 | 0.04 | 320.79 | 0.86 | 0.71 |
| Hex | F5 | 76 | C9 | 0 | 34 | 12 | 4 | 141 | 56 | 47 |
| Octal | 365 | 166 | 311 | 0 | 64 | 22 | 4 | 501 | 126 | 107 |
| Binary | 11110101 | 1110110 | 11001001 | 0 | 110100 | 10010 | 100 | 101000001 | 1010110 | 1000111 |
Color Harmonies of #F576C9
Complementary color
Monochromatic Colors of #F576C9
Black with #F576C9
Text Example
Text Example
White with #F576C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F576C9; }
p { color: rgb(245,118,201); }
H1.HeaderClassName
{
color: #F576C9;
}
.AnyTagClassName
{
color: #F576C9;
}
</style>
background-color css
<style>
a { background-color: #F576C9; }
a { background-color: rgb(245,118,201); }
div.DivClassName
{
background-color: #F576C9;
}
.BgClassName
{
background-color: #F576C9;
}
</style>
border-color css
<style>
span { border-color: #F576C9; }
span { border-color: rgb(245,118,201); }
td.TdClassName
{
border-color: #F576C9;
}
.TagClassName
{
border-color: #F576C9;
}
</style>