Shades of Neon Pink #F26FCF
Tints of Neon Pink #F26FCF
RGB
CMYK
RGB Variations
Color information
#F26FCF (or 0xF26FCF) is known color: Neon Pink. HEX triplet: F2, 6F and CF. RGB value is (242,111,207). Sum of RGB (Red+Green+Blue) = 242+111+207=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FCF is #0D9030. Grayscale: #A0A0A0. Windows color (decimal): -888881 or 13594610. OLE color: 13594610.
HSL color Cylindrical-coordinate representation of color #F26FCF: hue angle of 316.03º 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 #F26FCF is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 207 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.05 |
| HSL | 316.03º | 0.83% | 0.69% | - |
| HSV(B) | 316.03º | 0.54% | 0.95% | - |
| XYZ | 53.56 | 34.75 | 62.92 | - |
| YUV | 161.11 | 153.9 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 207 | 0 | 0.54 | 0.14 | 0.05 | 316.03 | 0.83 | 0.69 |
| Hex | F2 | 6F | CF | 0 | 36 | E | 5 | 13C | 53 | 45 |
| Octal | 362 | 157 | 317 | 0 | 66 | 16 | 5 | 474 | 123 | 105 |
| Binary | 11110010 | 1101111 | 11001111 | 0 | 110110 | 1110 | 101 | 100111100 | 1010011 | 1000101 |
Color Harmonies of #F26FCF
Complementary color
Monochromatic Colors of #F26FCF
Black with #F26FCF
Text Example
Text Example
White with #F26FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26FCF; }
p { color: rgb(242,111,207); }
H1.HeaderClassName
{
color: #F26FCF;
}
.AnyTagClassName
{
color: #F26FCF;
}
</style>
background-color css
<style>
a { background-color: #F26FCF; }
a { background-color: rgb(242,111,207); }
div.DivClassName
{
background-color: #F26FCF;
}
.BgClassName
{
background-color: #F26FCF;
}
</style>
border-color css
<style>
span { border-color: #F26FCF; }
span { border-color: rgb(242,111,207); }
td.TdClassName
{
border-color: #F26FCF;
}
.TagClassName
{
border-color: #F26FCF;
}
</style>