Shades of Neon Pink #F975CF
Tints of Neon Pink #F975CF
RGB
CMYK
RGB Variations
Color information
#F975CF (or 0xF975CF) is known color: Neon Pink. HEX triplet: F9, 75 and CF. RGB value is (249,117,207). Sum of RGB (Red+Green+Blue) = 249+117+207=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F975CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975CF is #068A30. Grayscale: #A6A6A6. Windows color (decimal): -428593 or 13596153. OLE color: 13596153.
HSL color Cylindrical-coordinate representation of color #F975CF: hue angle of 319.09º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F975CF is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 117 | 207 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.02 |
| HSL | 319.09º | 0.92% | 0.72% | - |
| HSV(B) | 319.09º | 0.53% | 0.98% | - |
| XYZ | 56.69 | 37.37 | 63.26 | - |
| YUV | 166.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 117 | 207 | 0 | 0.53 | 0.17 | 0.02 | 319.09 | 0.92 | 0.72 |
| Hex | F9 | 75 | CF | 0 | 35 | 11 | 2 | 13F | 5C | 48 |
| Octal | 371 | 165 | 317 | 0 | 65 | 21 | 2 | 477 | 134 | 110 |
| Binary | 11111001 | 1110101 | 11001111 | 0 | 110101 | 10001 | 10 | 100111111 | 1011100 | 1001000 |
Color Harmonies of #F975CF
Complementary color
Monochromatic Colors of #F975CF
Black with #F975CF
Text Example
Text Example
White with #F975CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F975CF; }
p { color: rgb(249,117,207); }
H1.HeaderClassName
{
color: #F975CF;
}
.AnyTagClassName
{
color: #F975CF;
}
</style>
background-color css
<style>
a { background-color: #F975CF; }
a { background-color: rgb(249,117,207); }
div.DivClassName
{
background-color: #F975CF;
}
.BgClassName
{
background-color: #F975CF;
}
</style>
border-color css
<style>
span { border-color: #F975CF; }
span { border-color: rgb(249,117,207); }
td.TdClassName
{
border-color: #F975CF;
}
.TagClassName
{
border-color: #F975CF;
}
</style>