Shades of Neon Pink #F975CA
Tints of Neon Pink #F975CA
RGB
CMYK
RGB Variations
Color information
#F975CA (or 0xF975CA) is known color: Neon Pink. HEX triplet: F9, 75 and CA. RGB value is (249,117,202). Sum of RGB (Red+Green+Blue) = 249+117+202=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F975CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975CA is #068A35. Grayscale: #A5A5A5. Windows color (decimal): -428598 or 13268473. OLE color: 13268473.
HSL color Cylindrical-coordinate representation of color #F975CA: hue angle of 321.36º 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 #F975CA is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 117 | 202 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.02 |
| HSL | 321.36º | 0.92% | 0.72% | - |
| HSV(B) | 321.36º | 0.53% | 0.98% | - |
| XYZ | 56.09 | 37.13 | 60.09 | - |
| YUV | 166.16 | 148.23 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 117 | 202 | 0 | 0.53 | 0.19 | 0.02 | 321.36 | 0.92 | 0.72 |
| Hex | F9 | 75 | CA | 0 | 35 | 13 | 2 | 141 | 5C | 48 |
| Octal | 371 | 165 | 312 | 0 | 65 | 23 | 2 | 501 | 134 | 110 |
| Binary | 11111001 | 1110101 | 11001010 | 0 | 110101 | 10011 | 10 | 101000001 | 1011100 | 1001000 |
Color Harmonies of #F975CA
Complementary color
Monochromatic Colors of #F975CA
Black with #F975CA
Text Example
Text Example
White with #F975CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F975CA; }
p { color: rgb(249,117,202); }
H1.HeaderClassName
{
color: #F975CA;
}
.AnyTagClassName
{
color: #F975CA;
}
</style>
background-color css
<style>
a { background-color: #F975CA; }
a { background-color: rgb(249,117,202); }
div.DivClassName
{
background-color: #F975CA;
}
.BgClassName
{
background-color: #F975CA;
}
</style>
border-color css
<style>
span { border-color: #F975CA; }
span { border-color: rgb(249,117,202); }
td.TdClassName
{
border-color: #F975CA;
}
.TagClassName
{
border-color: #F975CA;
}
</style>