Shades of Neon Pink #F260BF
Tints of Neon Pink #F260BF
RGB
CMYK
RGB Variations
Color information
#F260BF (or 0xF260BF) is known color: Neon Pink. HEX triplet: F2, 60 and BF. RGB value is (242,96,191). Sum of RGB (Red+Green+Blue) = 242+96+191=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F260BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F260BF is #0D9F40. Grayscale: #969696. Windows color (decimal): -892737 or 12542194. OLE color: 12542194.
HSL color Cylindrical-coordinate representation of color #F260BF: hue angle of 320.96º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F260BF is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 191 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.05 |
| HSL | 320.96º | 0.85% | 0.66% | - |
| HSV(B) | 320.96º | 0.6% | 0.95% | - |
| XYZ | 50.2 | 31 | 52.63 | - |
| YUV | 150.48 | 150.87 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 191 | 0 | 0.60 | 0.21 | 0.05 | 320.96 | 0.85 | 0.66 |
| Hex | F2 | 60 | BF | 0 | 3C | 15 | 5 | 141 | 55 | 42 |
| Octal | 362 | 140 | 277 | 0 | 74 | 25 | 5 | 501 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10111111 | 0 | 111100 | 10101 | 101 | 101000001 | 1010101 | 1000010 |
Color Harmonies of #F260BF
Complementary color
Monochromatic Colors of #F260BF
Black with #F260BF
Text Example
Text Example
White with #F260BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260BF; }
p { color: rgb(242,96,191); }
H1.HeaderClassName
{
color: #F260BF;
}
.AnyTagClassName
{
color: #F260BF;
}
</style>
background-color css
<style>
a { background-color: #F260BF; }
a { background-color: rgb(242,96,191); }
div.DivClassName
{
background-color: #F260BF;
}
.BgClassName
{
background-color: #F260BF;
}
</style>
border-color css
<style>
span { border-color: #F260BF; }
span { border-color: rgb(242,96,191); }
td.TdClassName
{
border-color: #F260BF;
}
.TagClassName
{
border-color: #F260BF;
}
</style>