Shades of Neon Pink #F975C1
Tints of Neon Pink #F975C1
RGB
CMYK
RGB Variations
Color information
#F975C1 (or 0xF975C1) is known color: Neon Pink. HEX triplet: F9, 75 and C1. RGB value is (249,117,193). Sum of RGB (Red+Green+Blue) = 249+117+193=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F975C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975C1 is #068A3E. Grayscale: #A4A4A4. Windows color (decimal): -428607 or 12678649. OLE color: 12678649.
HSL color Cylindrical-coordinate representation of color #F975C1: hue angle of 325.45º 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 #F975C1 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 117 | 193 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.02 |
| HSL | 325.45º | 0.92% | 0.72% | - |
| HSV(B) | 325.45º | 0.53% | 0.98% | - |
| XYZ | 55.05 | 36.71 | 54.64 | - |
| YUV | 165.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 117 | 193 | 0 | 0.53 | 0.22 | 0.02 | 325.45 | 0.92 | 0.72 |
| Hex | F9 | 75 | C1 | 0 | 35 | 16 | 2 | 145 | 5C | 48 |
| Octal | 371 | 165 | 301 | 0 | 65 | 26 | 2 | 505 | 134 | 110 |
| Binary | 11111001 | 1110101 | 11000001 | 0 | 110101 | 10110 | 10 | 101000101 | 1011100 | 1001000 |
Color Harmonies of #F975C1
Complementary color
Monochromatic Colors of #F975C1
Black with #F975C1
Text Example
Text Example
White with #F975C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F975C1; }
p { color: rgb(249,117,193); }
H1.HeaderClassName
{
color: #F975C1;
}
.AnyTagClassName
{
color: #F975C1;
}
</style>
background-color css
<style>
a { background-color: #F975C1; }
a { background-color: rgb(249,117,193); }
div.DivClassName
{
background-color: #F975C1;
}
.BgClassName
{
background-color: #F975C1;
}
</style>
border-color css
<style>
span { border-color: #F975C1; }
span { border-color: rgb(249,117,193); }
td.TdClassName
{
border-color: #F975C1;
}
.TagClassName
{
border-color: #F975C1;
}
</style>