Shades of Neon Pink #F26FD1
Tints of Neon Pink #F26FD1
RGB
CMYK
RGB Variations
Color information
#F26FD1 (or 0xF26FD1) is known color: Neon Pink. HEX triplet: F2, 6F and D1. RGB value is (242,111,209). Sum of RGB (Red+Green+Blue) = 242+111+209=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FD1 is #0D902E. Grayscale: #A1A1A1. Windows color (decimal): -888879 or 13725682. OLE color: 13725682.
HSL color Cylindrical-coordinate representation of color #F26FD1: hue angle of 315.11º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26FD1 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 209 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.05 |
| HSL | 315.11º | 0.83% | 0.69% | - |
| HSV(B) | 315.11º | 0.54% | 0.95% | - |
| XYZ | 53.81 | 34.85 | 64.21 | - |
| YUV | 161.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 209 | 0 | 0.54 | 0.14 | 0.05 | 315.11 | 0.83 | 0.69 |
| Hex | F2 | 6F | D1 | 0 | 36 | E | 5 | 13B | 53 | 45 |
| Octal | 362 | 157 | 321 | 0 | 66 | 16 | 5 | 473 | 123 | 105 |
| Binary | 11110010 | 1101111 | 11010001 | 0 | 110110 | 1110 | 101 | 100111011 | 1010011 | 1000101 |
Color Harmonies of #F26FD1
Complementary color
Monochromatic Colors of #F26FD1
Black with #F26FD1
Text Example
Text Example
White with #F26FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26FD1; }
p { color: rgb(242,111,209); }
H1.HeaderClassName
{
color: #F26FD1;
}
.AnyTagClassName
{
color: #F26FD1;
}
</style>
background-color css
<style>
a { background-color: #F26FD1; }
a { background-color: rgb(242,111,209); }
div.DivClassName
{
background-color: #F26FD1;
}
.BgClassName
{
background-color: #F26FD1;
}
</style>
border-color css
<style>
span { border-color: #F26FD1; }
span { border-color: rgb(242,111,209); }
td.TdClassName
{
border-color: #F26FD1;
}
.TagClassName
{
border-color: #F26FD1;
}
</style>