Shades of Neon Pink #F266D2
Tints of Neon Pink #F266D2
RGB
CMYK
RGB Variations
Color information
#F266D2 (or 0xF266D2) is known color: Neon Pink. HEX triplet: F2, 66 and D2. RGB value is (242,102,210). Sum of RGB (Red+Green+Blue) = 242+102+210=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F266D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F266D2 is #0D992D. Grayscale: #9B9B9B. Windows color (decimal): -891182 or 13788914. OLE color: 13788914.
HSL color Cylindrical-coordinate representation of color #F266D2: hue angle of 313.71º 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 #F266D2 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 210 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.05 |
| HSL | 313.71º | 0.84% | 0.67% | - |
| HSV(B) | 313.71º | 0.58% | 0.95% | - |
| XYZ | 53 | 33.03 | 64.56 | - |
| YUV | 156.17 | 158.38 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 210 | 0 | 0.58 | 0.13 | 0.05 | 313.71 | 0.84 | 0.67 |
| Hex | F2 | 66 | D2 | 0 | 3A | D | 5 | 13A | 54 | 43 |
| Octal | 362 | 146 | 322 | 0 | 72 | 15 | 5 | 472 | 124 | 103 |
| Binary | 11110010 | 1100110 | 11010010 | 0 | 111010 | 1101 | 101 | 100111010 | 1010100 | 1000011 |
Color Harmonies of #F266D2
Complementary color
Monochromatic Colors of #F266D2
Black with #F266D2
Text Example
Text Example
White with #F266D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F266D2; }
p { color: rgb(242,102,210); }
H1.HeaderClassName
{
color: #F266D2;
}
.AnyTagClassName
{
color: #F266D2;
}
</style>
background-color css
<style>
a { background-color: #F266D2; }
a { background-color: rgb(242,102,210); }
div.DivClassName
{
background-color: #F266D2;
}
.BgClassName
{
background-color: #F266D2;
}
</style>
border-color css
<style>
span { border-color: #F266D2; }
span { border-color: rgb(242,102,210); }
td.TdClassName
{
border-color: #F266D2;
}
.TagClassName
{
border-color: #F266D2;
}
</style>