Shades of Neon Pink #F259BF
Tints of Neon Pink #F259BF
RGB
CMYK
RGB Variations
Color information
#F259BF (or 0xF259BF) is known color: Neon Pink. HEX triplet: F2, 59 and BF. RGB value is (242,89,191). Sum of RGB (Red+Green+Blue) = 242+89+191=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F259BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259BF is #0DA640. Grayscale: #929292. Windows color (decimal): -894529 or 12540402. OLE color: 12540402.
HSL color Cylindrical-coordinate representation of color #F259BF: hue angle of 320º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F259BF is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 191 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.05 |
| HSL | 320º | 0.85% | 0.65% | - |
| HSV(B) | 320º | 0.63% | 0.95% | - |
| XYZ | 49.59 | 29.78 | 52.43 | - |
| YUV | 146.38 | 153.19 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 191 | 0 | 0.63 | 0.21 | 0.05 | 320 | 0.85 | 0.65 |
| Hex | F2 | 59 | BF | 0 | 3F | 15 | 5 | 140 | 55 | 41 |
| Octal | 362 | 131 | 277 | 0 | 77 | 25 | 5 | 500 | 125 | 101 |
| Binary | 11110010 | 1011001 | 10111111 | 0 | 111111 | 10101 | 101 | 101000000 | 1010101 | 1000001 |
Color Harmonies of #F259BF
Complementary color
Monochromatic Colors of #F259BF
Black with #F259BF
Text Example
Text Example
White with #F259BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259BF; }
p { color: rgb(242,89,191); }
H1.HeaderClassName
{
color: #F259BF;
}
.AnyTagClassName
{
color: #F259BF;
}
</style>
background-color css
<style>
a { background-color: #F259BF; }
a { background-color: rgb(242,89,191); }
div.DivClassName
{
background-color: #F259BF;
}
.BgClassName
{
background-color: #F259BF;
}
</style>
border-color css
<style>
span { border-color: #F259BF; }
span { border-color: rgb(242,89,191); }
td.TdClassName
{
border-color: #F259BF;
}
.TagClassName
{
border-color: #F259BF;
}
</style>