Shades of Neon Pink #F575C7
Tints of Neon Pink #F575C7
RGB
CMYK
RGB Variations
Color information
#F575C7 (or 0xF575C7) is known color: Neon Pink. HEX triplet: F5, 75 and C7. RGB value is (245,117,199). Sum of RGB (Red+Green+Blue) = 245+117+199=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F575C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F575C7 is #0A8A38. Grayscale: #A4A4A4. Windows color (decimal): -690745 or 13071861. OLE color: 13071861.
HSL color Cylindrical-coordinate representation of color #F575C7: hue angle of 321.56º 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 #F575C7 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 199 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.04 |
| HSL | 321.56º | 0.86% | 0.71% | - |
| HSV(B) | 321.56º | 0.52% | 0.96% | - |
| XYZ | 54.33 | 36.26 | 58.17 | - |
| YUV | 164.62 | 147.41 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 199 | 0 | 0.52 | 0.19 | 0.04 | 321.56 | 0.86 | 0.71 |
| Hex | F5 | 75 | C7 | 0 | 34 | 13 | 4 | 142 | 56 | 47 |
| Octal | 365 | 165 | 307 | 0 | 64 | 23 | 4 | 502 | 126 | 107 |
| Binary | 11110101 | 1110101 | 11000111 | 0 | 110100 | 10011 | 100 | 101000010 | 1010110 | 1000111 |
Color Harmonies of #F575C7
Complementary color
Monochromatic Colors of #F575C7
Black with #F575C7
Text Example
Text Example
White with #F575C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F575C7; }
p { color: rgb(245,117,199); }
H1.HeaderClassName
{
color: #F575C7;
}
.AnyTagClassName
{
color: #F575C7;
}
</style>
background-color css
<style>
a { background-color: #F575C7; }
a { background-color: rgb(245,117,199); }
div.DivClassName
{
background-color: #F575C7;
}
.BgClassName
{
background-color: #F575C7;
}
</style>
border-color css
<style>
span { border-color: #F575C7; }
span { border-color: rgb(245,117,199); }
td.TdClassName
{
border-color: #F575C7;
}
.TagClassName
{
border-color: #F575C7;
}
</style>