Shades of Neon Pink #F575CC
Tints of Neon Pink #F575CC
RGB
CMYK
RGB Variations
Color information
#F575CC (or 0xF575CC) is known color: Neon Pink. HEX triplet: F5, 75 and CC. RGB value is (245,117,204). Sum of RGB (Red+Green+Blue) = 245+117+204=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F575CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F575CC is #0A8A33. Grayscale: #A4A4A4. Windows color (decimal): -690740 or 13399541. OLE color: 13399541.
HSL color Cylindrical-coordinate representation of color #F575CC: hue angle of 319.22º 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 #F575CC is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 204 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.04 |
| HSL | 319.22º | 0.86% | 0.71% | - |
| HSV(B) | 319.22º | 0.52% | 0.96% | - |
| XYZ | 54.92 | 36.49 | 61.28 | - |
| YUV | 165.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 204 | 0 | 0.52 | 0.17 | 0.04 | 319.22 | 0.86 | 0.71 |
| Hex | F5 | 75 | CC | 0 | 34 | 11 | 4 | 13F | 56 | 47 |
| Octal | 365 | 165 | 314 | 0 | 64 | 21 | 4 | 477 | 126 | 107 |
| Binary | 11110101 | 1110101 | 11001100 | 0 | 110100 | 10001 | 100 | 100111111 | 1010110 | 1000111 |
Color Harmonies of #F575CC
Complementary color
Monochromatic Colors of #F575CC
Black with #F575CC
Text Example
Text Example
White with #F575CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F575CC; }
p { color: rgb(245,117,204); }
H1.HeaderClassName
{
color: #F575CC;
}
.AnyTagClassName
{
color: #F575CC;
}
</style>
background-color css
<style>
a { background-color: #F575CC; }
a { background-color: rgb(245,117,204); }
div.DivClassName
{
background-color: #F575CC;
}
.BgClassName
{
background-color: #F575CC;
}
</style>
border-color css
<style>
span { border-color: #F575CC; }
span { border-color: rgb(245,117,204); }
td.TdClassName
{
border-color: #F575CC;
}
.TagClassName
{
border-color: #F575CC;
}
</style>