Shades of Neon Pink #F266BE
Tints of Neon Pink #F266BE
RGB
CMYK
RGB Variations
Color information
#F266BE (or 0xF266BE) is known color: Neon Pink. HEX triplet: F2, 66 and BE. RGB value is (242,102,190). Sum of RGB (Red+Green+Blue) = 242+102+190=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F266BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F266BE is #0D9941. Grayscale: #999999. Windows color (decimal): -891202 or 12478194. OLE color: 12478194.
HSL color Cylindrical-coordinate representation of color #F266BE: hue angle of 322.29º 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 #F266BE is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 190 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.05 |
| HSL | 322.29º | 0.84% | 0.67% | - |
| HSV(B) | 322.29º | 0.58% | 0.95% | - |
| XYZ | 50.66 | 32.1 | 52.24 | - |
| YUV | 153.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 190 | 0 | 0.58 | 0.21 | 0.05 | 322.29 | 0.84 | 0.67 |
| Hex | F2 | 66 | BE | 0 | 3A | 15 | 5 | 142 | 54 | 43 |
| Octal | 362 | 146 | 276 | 0 | 72 | 25 | 5 | 502 | 124 | 103 |
| Binary | 11110010 | 1100110 | 10111110 | 0 | 111010 | 10101 | 101 | 101000010 | 1010100 | 1000011 |
Color Harmonies of #F266BE
Complementary color
Monochromatic Colors of #F266BE
Black with #F266BE
Text Example
Text Example
White with #F266BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F266BE; }
p { color: rgb(242,102,190); }
H1.HeaderClassName
{
color: #F266BE;
}
.AnyTagClassName
{
color: #F266BE;
}
</style>
background-color css
<style>
a { background-color: #F266BE; }
a { background-color: rgb(242,102,190); }
div.DivClassName
{
background-color: #F266BE;
}
.BgClassName
{
background-color: #F266BE;
}
</style>
border-color css
<style>
span { border-color: #F266BE; }
span { border-color: rgb(242,102,190); }
td.TdClassName
{
border-color: #F266BE;
}
.TagClassName
{
border-color: #F266BE;
}
</style>