Shades of Neon Pink #F970CE
Tints of Neon Pink #F970CE
RGB
CMYK
RGB Variations
Color information
#F970CE (or 0xF970CE) is known color: Neon Pink. HEX triplet: F9, 70 and CE. RGB value is (249,112,206). Sum of RGB (Red+Green+Blue) = 249+112+206=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F970CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970CE is #068F31. Grayscale: #A3A3A3. Windows color (decimal): -429874 or 13529337. OLE color: 13529337.
HSL color Cylindrical-coordinate representation of color #F970CE: hue angle of 318.83º 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 #F970CE is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 206 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.02 |
| HSL | 318.83º | 0.92% | 0.71% | - |
| HSV(B) | 318.83º | 0.55% | 0.98% | - |
| XYZ | 56 | 36.18 | 62.43 | - |
| YUV | 163.68 | 151.89 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 206 | 0 | 0.55 | 0.17 | 0.02 | 318.83 | 0.92 | 0.71 |
| Hex | F9 | 70 | CE | 0 | 37 | 11 | 2 | 13F | 5C | 47 |
| Octal | 371 | 160 | 316 | 0 | 67 | 21 | 2 | 477 | 134 | 107 |
| Binary | 11111001 | 1110000 | 11001110 | 0 | 110111 | 10001 | 10 | 100111111 | 1011100 | 1000111 |
Color Harmonies of #F970CE
Complementary color
Monochromatic Colors of #F970CE
Black with #F970CE
Text Example
Text Example
White with #F970CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F970CE; }
p { color: rgb(249,112,206); }
H1.HeaderClassName
{
color: #F970CE;
}
.AnyTagClassName
{
color: #F970CE;
}
</style>
background-color css
<style>
a { background-color: #F970CE; }
a { background-color: rgb(249,112,206); }
div.DivClassName
{
background-color: #F970CE;
}
.BgClassName
{
background-color: #F970CE;
}
</style>
border-color css
<style>
span { border-color: #F970CE; }
span { border-color: rgb(249,112,206); }
td.TdClassName
{
border-color: #F970CE;
}
.TagClassName
{
border-color: #F970CE;
}
</style>