Shades of Neon Pink #F268BE
Tints of Neon Pink #F268BE
RGB
CMYK
RGB Variations
Color information
#F268BE (or 0xF268BE) is known color: Neon Pink. HEX triplet: F2, 68 and BE. RGB value is (242,104,190). Sum of RGB (Red+Green+Blue) = 242+104+190=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F268BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F268BE is #0D9741. Grayscale: #9A9A9A. Windows color (decimal): -890690 or 12478706. OLE color: 12478706.
HSL color Cylindrical-coordinate representation of color #F268BE: hue angle of 322.61º 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 #F268BE is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 190 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.05 |
| HSL | 322.61º | 0.84% | 0.68% | - |
| HSV(B) | 322.61º | 0.57% | 0.95% | - |
| XYZ | 50.86 | 32.5 | 52.31 | - |
| YUV | 155.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 190 | 0 | 0.57 | 0.21 | 0.05 | 322.61 | 0.84 | 0.68 |
| Hex | F2 | 68 | BE | 0 | 39 | 15 | 5 | 143 | 54 | 44 |
| Octal | 362 | 150 | 276 | 0 | 71 | 25 | 5 | 503 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10111110 | 0 | 111001 | 10101 | 101 | 101000011 | 1010100 | 1000100 |
Color Harmonies of #F268BE
Complementary color
Monochromatic Colors of #F268BE
Black with #F268BE
Text Example
Text Example
White with #F268BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268BE; }
p { color: rgb(242,104,190); }
H1.HeaderClassName
{
color: #F268BE;
}
.AnyTagClassName
{
color: #F268BE;
}
</style>
background-color css
<style>
a { background-color: #F268BE; }
a { background-color: rgb(242,104,190); }
div.DivClassName
{
background-color: #F268BE;
}
.BgClassName
{
background-color: #F268BE;
}
</style>
border-color css
<style>
span { border-color: #F268BE; }
span { border-color: rgb(242,104,190); }
td.TdClassName
{
border-color: #F268BE;
}
.TagClassName
{
border-color: #F268BE;
}
</style>