Shades of Neon Pink #F972BD
Tints of Neon Pink #F972BD
RGB
CMYK
RGB Variations
Color information
#F972BD (or 0xF972BD) is known color: Neon Pink. HEX triplet: F9, 72 and BD. RGB value is (249,114,189). Sum of RGB (Red+Green+Blue) = 249+114+189=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F972BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972BD is #068D42. Grayscale: #A2A2A2. Windows color (decimal): -429379 or 12415737. OLE color: 12415737.
HSL color Cylindrical-coordinate representation of color #F972BD: hue angle of 326.67º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F972BD is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 189 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.02 |
| HSL | 326.67º | 0.92% | 0.71% | - |
| HSV(B) | 326.67º | 0.54% | 0.98% | - |
| XYZ | 54.27 | 35.85 | 52.2 | - |
| YUV | 162.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 189 | 0 | 0.54 | 0.24 | 0.02 | 326.67 | 0.92 | 0.71 |
| Hex | F9 | 72 | BD | 0 | 36 | 18 | 2 | 147 | 5C | 47 |
| Octal | 371 | 162 | 275 | 0 | 66 | 30 | 2 | 507 | 134 | 107 |
| Binary | 11111001 | 1110010 | 10111101 | 0 | 110110 | 11000 | 10 | 101000111 | 1011100 | 1000111 |
Color Harmonies of #F972BD
Complementary color
Monochromatic Colors of #F972BD
Black with #F972BD
Text Example
Text Example
White with #F972BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F972BD; }
p { color: rgb(249,114,189); }
H1.HeaderClassName
{
color: #F972BD;
}
.AnyTagClassName
{
color: #F972BD;
}
</style>
background-color css
<style>
a { background-color: #F972BD; }
a { background-color: rgb(249,114,189); }
div.DivClassName
{
background-color: #F972BD;
}
.BgClassName
{
background-color: #F972BD;
}
</style>
border-color css
<style>
span { border-color: #F972BD; }
span { border-color: rgb(249,114,189); }
td.TdClassName
{
border-color: #F972BD;
}
.TagClassName
{
border-color: #F972BD;
}
</style>