Shades of Neon Pink #F268BF
Tints of Neon Pink #F268BF
RGB
CMYK
RGB Variations
Color information
#F268BF (or 0xF268BF) is known color: Neon Pink. HEX triplet: F2, 68 and BF. RGB value is (242,104,191). Sum of RGB (Red+Green+Blue) = 242+104+191=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F268BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F268BF is #0D9740. Grayscale: #9A9A9A. Windows color (decimal): -890689 or 12544242. OLE color: 12544242.
HSL color Cylindrical-coordinate representation of color #F268BF: hue angle of 322.17º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F268BF is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 191 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.05 |
| HSL | 322.17º | 0.84% | 0.68% | - |
| HSV(B) | 322.17º | 0.57% | 0.95% | - |
| XYZ | 50.97 | 32.54 | 52.88 | - |
| YUV | 155.18 | 148.22 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 191 | 0 | 0.57 | 0.21 | 0.05 | 322.17 | 0.84 | 0.68 |
| Hex | F2 | 68 | BF | 0 | 39 | 15 | 5 | 142 | 54 | 44 |
| Octal | 362 | 150 | 277 | 0 | 71 | 25 | 5 | 502 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10111111 | 0 | 111001 | 10101 | 101 | 101000010 | 1010100 | 1000100 |
Color Harmonies of #F268BF
Complementary color
Monochromatic Colors of #F268BF
Black with #F268BF
Text Example
Text Example
White with #F268BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268BF; }
p { color: rgb(242,104,191); }
H1.HeaderClassName
{
color: #F268BF;
}
.AnyTagClassName
{
color: #F268BF;
}
</style>
background-color css
<style>
a { background-color: #F268BF; }
a { background-color: rgb(242,104,191); }
div.DivClassName
{
background-color: #F268BF;
}
.BgClassName
{
background-color: #F268BF;
}
</style>
border-color css
<style>
span { border-color: #F268BF; }
span { border-color: rgb(242,104,191); }
td.TdClassName
{
border-color: #F268BF;
}
.TagClassName
{
border-color: #F268BF;
}
</style>