Shades of Neon Pink #F575CF
Tints of Neon Pink #F575CF
RGB
CMYK
RGB Variations
Color information
#F575CF (or 0xF575CF) is known color: Neon Pink. HEX triplet: F5, 75 and CF. RGB value is (245,117,207). Sum of RGB (Red+Green+Blue) = 245+117+207=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F575CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F575CF is #0A8A30. Grayscale: #A5A5A5. Windows color (decimal): -690737 or 13596149. OLE color: 13596149.
HSL color Cylindrical-coordinate representation of color #F575CF: hue angle of 317.81º 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 #F575CF is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 207 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.04 |
| HSL | 317.81º | 0.86% | 0.71% | - |
| HSV(B) | 317.81º | 0.52% | 0.96% | - |
| XYZ | 55.28 | 36.64 | 63.19 | - |
| YUV | 165.53 | 151.41 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 207 | 0 | 0.52 | 0.16 | 0.04 | 317.81 | 0.86 | 0.71 |
| Hex | F5 | 75 | CF | 0 | 34 | 10 | 4 | 13E | 56 | 47 |
| Octal | 365 | 165 | 317 | 0 | 64 | 20 | 4 | 476 | 126 | 107 |
| Binary | 11110101 | 1110101 | 11001111 | 0 | 110100 | 10000 | 100 | 100111110 | 1010110 | 1000111 |
Color Harmonies of #F575CF
Complementary color
Monochromatic Colors of #F575CF
Black with #F575CF
Text Example
Text Example
White with #F575CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F575CF; }
p { color: rgb(245,117,207); }
H1.HeaderClassName
{
color: #F575CF;
}
.AnyTagClassName
{
color: #F575CF;
}
</style>
background-color css
<style>
a { background-color: #F575CF; }
a { background-color: rgb(245,117,207); }
div.DivClassName
{
background-color: #F575CF;
}
.BgClassName
{
background-color: #F575CF;
}
</style>
border-color css
<style>
span { border-color: #F575CF; }
span { border-color: rgb(245,117,207); }
td.TdClassName
{
border-color: #F575CF;
}
.TagClassName
{
border-color: #F575CF;
}
</style>