Shades of Neon Pink #F266BF
Tints of Neon Pink #F266BF
RGB
CMYK
RGB Variations
Color information
#F266BF (or 0xF266BF) is known color: Neon Pink. HEX triplet: F2, 66 and BF. RGB value is (242,102,191). Sum of RGB (Red+Green+Blue) = 242+102+191=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F266BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F266BF is #0D9940. Grayscale: #999999. Windows color (decimal): -891201 or 12543730. OLE color: 12543730.
HSL color Cylindrical-coordinate representation of color #F266BF: hue angle of 321.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F266BF is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 191 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.05 |
| HSL | 321.86º | 0.84% | 0.67% | - |
| HSV(B) | 321.86º | 0.58% | 0.95% | - |
| XYZ | 50.77 | 32.14 | 52.82 | - |
| YUV | 154.01 | 148.88 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 191 | 0 | 0.58 | 0.21 | 0.05 | 321.86 | 0.84 | 0.67 |
| Hex | F2 | 66 | BF | 0 | 3A | 15 | 5 | 142 | 54 | 43 |
| Octal | 362 | 146 | 277 | 0 | 72 | 25 | 5 | 502 | 124 | 103 |
| Binary | 11110010 | 1100110 | 10111111 | 0 | 111010 | 10101 | 101 | 101000010 | 1010100 | 1000011 |
Color Harmonies of #F266BF
Complementary color
Monochromatic Colors of #F266BF
Black with #F266BF
Text Example
Text Example
White with #F266BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F266BF; }
p { color: rgb(242,102,191); }
H1.HeaderClassName
{
color: #F266BF;
}
.AnyTagClassName
{
color: #F266BF;
}
</style>
background-color css
<style>
a { background-color: #F266BF; }
a { background-color: rgb(242,102,191); }
div.DivClassName
{
background-color: #F266BF;
}
.BgClassName
{
background-color: #F266BF;
}
</style>
border-color css
<style>
span { border-color: #F266BF; }
span { border-color: rgb(242,102,191); }
td.TdClassName
{
border-color: #F266BF;
}
.TagClassName
{
border-color: #F266BF;
}
</style>