Shades of Neon Pink #F672BF
Tints of Neon Pink #F672BF
RGB
CMYK
RGB Variations
Color information
#F672BF (or 0xF672BF) is known color: Neon Pink. HEX triplet: F6, 72 and BF. RGB value is (246,114,191). Sum of RGB (Red+Green+Blue) = 246+114+191=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F672BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672BF is #098D40. Grayscale: #A2A2A2. Windows color (decimal): -625985 or 12546806. OLE color: 12546806.
HSL color Cylindrical-coordinate representation of color #F672BF: hue angle of 325º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F672BF is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 191 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.04 |
| HSL | 325º | 0.88% | 0.71% | - |
| HSV(B) | 325º | 0.54% | 0.96% | - |
| XYZ | 53.43 | 35.39 | 53.31 | - |
| YUV | 162.25 | 144.23 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 191 | 0 | 0.54 | 0.22 | 0.04 | 325 | 0.88 | 0.71 |
| Hex | F6 | 72 | BF | 0 | 36 | 16 | 4 | 145 | 58 | 47 |
| Octal | 366 | 162 | 277 | 0 | 66 | 26 | 4 | 505 | 130 | 107 |
| Binary | 11110110 | 1110010 | 10111111 | 0 | 110110 | 10110 | 100 | 101000101 | 1011000 | 1000111 |
Color Harmonies of #F672BF
Complementary color
Monochromatic Colors of #F672BF
Black with #F672BF
Text Example
Text Example
White with #F672BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672BF; }
p { color: rgb(246,114,191); }
H1.HeaderClassName
{
color: #F672BF;
}
.AnyTagClassName
{
color: #F672BF;
}
</style>
background-color css
<style>
a { background-color: #F672BF; }
a { background-color: rgb(246,114,191); }
div.DivClassName
{
background-color: #F672BF;
}
.BgClassName
{
background-color: #F672BF;
}
</style>
border-color css
<style>
span { border-color: #F672BF; }
span { border-color: rgb(246,114,191); }
td.TdClassName
{
border-color: #F672BF;
}
.TagClassName
{
border-color: #F672BF;
}
</style>