Shades of Neon Pink #F970BD
Tints of Neon Pink #F970BD
RGB
CMYK
RGB Variations
Color information
#F970BD (or 0xF970BD) is known color: Neon Pink. HEX triplet: F9, 70 and BD. RGB value is (249,112,189). Sum of RGB (Red+Green+Blue) = 249+112+189=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F970BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970BD is #068F42. Grayscale: #A1A1A1. Windows color (decimal): -429891 or 12415225. OLE color: 12415225.
HSL color Cylindrical-coordinate representation of color #F970BD: hue angle of 326.28º 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 #F970BD is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 189 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.02 |
| HSL | 326.28º | 0.92% | 0.71% | - |
| HSV(B) | 326.28º | 0.55% | 0.98% | - |
| XYZ | 54.05 | 35.4 | 52.13 | - |
| YUV | 161.74 | 143.39 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 189 | 0 | 0.55 | 0.24 | 0.02 | 326.28 | 0.92 | 0.71 |
| Hex | F9 | 70 | BD | 0 | 37 | 18 | 2 | 146 | 5C | 47 |
| Octal | 371 | 160 | 275 | 0 | 67 | 30 | 2 | 506 | 134 | 107 |
| Binary | 11111001 | 1110000 | 10111101 | 0 | 110111 | 11000 | 10 | 101000110 | 1011100 | 1000111 |
Color Harmonies of #F970BD
Complementary color
Monochromatic Colors of #F970BD
Black with #F970BD
Text Example
Text Example
White with #F970BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F970BD; }
p { color: rgb(249,112,189); }
H1.HeaderClassName
{
color: #F970BD;
}
.AnyTagClassName
{
color: #F970BD;
}
</style>
background-color css
<style>
a { background-color: #F970BD; }
a { background-color: rgb(249,112,189); }
div.DivClassName
{
background-color: #F970BD;
}
.BgClassName
{
background-color: #F970BD;
}
</style>
border-color css
<style>
span { border-color: #F970BD; }
span { border-color: rgb(249,112,189); }
td.TdClassName
{
border-color: #F970BD;
}
.TagClassName
{
border-color: #F970BD;
}
</style>