Shades of Neon Pink #F576CC
Tints of Neon Pink #F576CC
RGB
CMYK
RGB Variations
Color information
#F576CC (or 0xF576CC) is known color: Neon Pink. HEX triplet: F5, 76 and CC. RGB value is (245,118,204). Sum of RGB (Red+Green+Blue) = 245+118+204=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F576CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F576CC is #0A8933. Grayscale: #A5A5A5. Windows color (decimal): -690484 or 13399797. OLE color: 13399797.
HSL color Cylindrical-coordinate representation of color #F576CC: hue angle of 319.37º 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 #F576CC is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 204 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.04 |
| HSL | 319.37º | 0.86% | 0.71% | - |
| HSV(B) | 319.37º | 0.52% | 0.96% | - |
| XYZ | 55.03 | 36.73 | 61.32 | - |
| YUV | 165.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 204 | 0 | 0.52 | 0.17 | 0.04 | 319.37 | 0.86 | 0.71 |
| Hex | F5 | 76 | CC | 0 | 34 | 11 | 4 | 13F | 56 | 47 |
| Octal | 365 | 166 | 314 | 0 | 64 | 21 | 4 | 477 | 126 | 107 |
| Binary | 11110101 | 1110110 | 11001100 | 0 | 110100 | 10001 | 100 | 100111111 | 1010110 | 1000111 |
Color Harmonies of #F576CC
Complementary color
Monochromatic Colors of #F576CC
Black with #F576CC
Text Example
Text Example
White with #F576CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F576CC; }
p { color: rgb(245,118,204); }
H1.HeaderClassName
{
color: #F576CC;
}
.AnyTagClassName
{
color: #F576CC;
}
</style>
background-color css
<style>
a { background-color: #F576CC; }
a { background-color: rgb(245,118,204); }
div.DivClassName
{
background-color: #F576CC;
}
.BgClassName
{
background-color: #F576CC;
}
</style>
border-color css
<style>
span { border-color: #F576CC; }
span { border-color: rgb(245,118,204); }
td.TdClassName
{
border-color: #F576CC;
}
.TagClassName
{
border-color: #F576CC;
}
</style>