Shades of Neon Pink #F975C8
Tints of Neon Pink #F975C8
RGB
CMYK
RGB Variations
Color information
#F975C8 (or 0xF975C8) is known color: Neon Pink. HEX triplet: F9, 75 and C8. RGB value is (249,117,200). Sum of RGB (Red+Green+Blue) = 249+117+200=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F975C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975C8 is #068A37. Grayscale: #A5A5A5. Windows color (decimal): -428600 or 13137401. OLE color: 13137401.
HSL color Cylindrical-coordinate representation of color #F975C8: hue angle of 322.27º 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 #F975C8 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 117 | 200 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.02 |
| HSL | 322.27º | 0.92% | 0.72% | - |
| HSV(B) | 322.27º | 0.53% | 0.98% | - |
| XYZ | 55.85 | 37.03 | 58.85 | - |
| YUV | 165.93 | 147.23 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 117 | 200 | 0 | 0.53 | 0.20 | 0.02 | 322.27 | 0.92 | 0.72 |
| Hex | F9 | 75 | C8 | 0 | 35 | 14 | 2 | 142 | 5C | 48 |
| Octal | 371 | 165 | 310 | 0 | 65 | 24 | 2 | 502 | 134 | 110 |
| Binary | 11111001 | 1110101 | 11001000 | 0 | 110101 | 10100 | 10 | 101000010 | 1011100 | 1001000 |
Color Harmonies of #F975C8
Complementary color
Monochromatic Colors of #F975C8
Black with #F975C8
Text Example
Text Example
White with #F975C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F975C8; }
p { color: rgb(249,117,200); }
H1.HeaderClassName
{
color: #F975C8;
}
.AnyTagClassName
{
color: #F975C8;
}
</style>
background-color css
<style>
a { background-color: #F975C8; }
a { background-color: rgb(249,117,200); }
div.DivClassName
{
background-color: #F975C8;
}
.BgClassName
{
background-color: #F975C8;
}
</style>
border-color css
<style>
span { border-color: #F975C8; }
span { border-color: rgb(249,117,200); }
td.TdClassName
{
border-color: #F975C8;
}
.TagClassName
{
border-color: #F975C8;
}
</style>