Shades of Neon Pink #F970CF
Tints of Neon Pink #F970CF
RGB
CMYK
RGB Variations
Color information
#F970CF (or 0xF970CF) is known color: Neon Pink. HEX triplet: F9, 70 and CF. RGB value is (249,112,207). Sum of RGB (Red+Green+Blue) = 249+112+207=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F970CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970CF is #068F30. Grayscale: #A3A3A3. Windows color (decimal): -429873 or 13594873. OLE color: 13594873.
HSL color Cylindrical-coordinate representation of color #F970CF: hue angle of 318.39º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F970CF is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 207 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.02 |
| HSL | 318.39º | 0.92% | 0.71% | - |
| HSV(B) | 318.39º | 0.55% | 0.98% | - |
| XYZ | 56.12 | 36.23 | 63.07 | - |
| YUV | 163.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 207 | 0 | 0.55 | 0.17 | 0.02 | 318.39 | 0.92 | 0.71 |
| Hex | F9 | 70 | CF | 0 | 37 | 11 | 2 | 13E | 5C | 47 |
| Octal | 371 | 160 | 317 | 0 | 67 | 21 | 2 | 476 | 134 | 107 |
| Binary | 11111001 | 1110000 | 11001111 | 0 | 110111 | 10001 | 10 | 100111110 | 1011100 | 1000111 |
Color Harmonies of #F970CF
Complementary color
Monochromatic Colors of #F970CF
Black with #F970CF
Text Example
Text Example
White with #F970CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F970CF; }
p { color: rgb(249,112,207); }
H1.HeaderClassName
{
color: #F970CF;
}
.AnyTagClassName
{
color: #F970CF;
}
</style>
background-color css
<style>
a { background-color: #F970CF; }
a { background-color: rgb(249,112,207); }
div.DivClassName
{
background-color: #F970CF;
}
.BgClassName
{
background-color: #F970CF;
}
</style>
border-color css
<style>
span { border-color: #F970CF; }
span { border-color: rgb(249,112,207); }
td.TdClassName
{
border-color: #F970CF;
}
.TagClassName
{
border-color: #F970CF;
}
</style>