Shades of Neon Pink #F970CB
Tints of Neon Pink #F970CB
RGB
CMYK
RGB Variations
Color information
#F970CB (or 0xF970CB) is known color: Neon Pink. HEX triplet: F9, 70 and CB. RGB value is (249,112,203). Sum of RGB (Red+Green+Blue) = 249+112+203=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F970CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970CB is #068F34. Grayscale: #A3A3A3. Windows color (decimal): -429877 or 13332729. OLE color: 13332729.
HSL color Cylindrical-coordinate representation of color #F970CB: hue angle of 320.15º 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 #F970CB is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 203 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.02 |
| HSL | 320.15º | 0.92% | 0.71% | - |
| HSV(B) | 320.15º | 0.55% | 0.98% | - |
| XYZ | 55.64 | 36.04 | 60.52 | - |
| YUV | 163.34 | 150.39 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 203 | 0 | 0.55 | 0.18 | 0.02 | 320.15 | 0.92 | 0.71 |
| Hex | F9 | 70 | CB | 0 | 37 | 12 | 2 | 140 | 5C | 47 |
| Octal | 371 | 160 | 313 | 0 | 67 | 22 | 2 | 500 | 134 | 107 |
| Binary | 11111001 | 1110000 | 11001011 | 0 | 110111 | 10010 | 10 | 101000000 | 1011100 | 1000111 |
Color Harmonies of #F970CB
Complementary color
Monochromatic Colors of #F970CB
Black with #F970CB
Text Example
Text Example
White with #F970CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F970CB; }
p { color: rgb(249,112,203); }
H1.HeaderClassName
{
color: #F970CB;
}
.AnyTagClassName
{
color: #F970CB;
}
</style>
background-color css
<style>
a { background-color: #F970CB; }
a { background-color: rgb(249,112,203); }
div.DivClassName
{
background-color: #F970CB;
}
.BgClassName
{
background-color: #F970CB;
}
</style>
border-color css
<style>
span { border-color: #F970CB; }
span { border-color: rgb(249,112,203); }
td.TdClassName
{
border-color: #F970CB;
}
.TagClassName
{
border-color: #F970CB;
}
</style>