Shades of Neon Pink #F26DCF
Tints of Neon Pink #F26DCF
RGB
CMYK
RGB Variations
Color information
#F26DCF (or 0xF26DCF) is known color: Neon Pink. HEX triplet: F2, 6D and CF. RGB value is (242,109,207). Sum of RGB (Red+Green+Blue) = 242+109+207=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 109 (42.97% from 255 or 19.53% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26DCF is #0D9230. Grayscale: #9F9F9F. Windows color (decimal): -889393 or 13594098. OLE color: 13594098.
HSL color Cylindrical-coordinate representation of color #F26DCF: hue angle of 315.79º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26DCF is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 207 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.05 |
| HSL | 315.79º | 0.84% | 0.69% | - |
| HSV(B) | 315.79º | 0.55% | 0.95% | - |
| XYZ | 53.35 | 34.32 | 62.84 | - |
| YUV | 159.94 | 154.56 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 207 | 0 | 0.55 | 0.14 | 0.05 | 315.79 | 0.84 | 0.69 |
| Hex | F2 | 6D | CF | 0 | 37 | E | 5 | 13C | 54 | 45 |
| Octal | 362 | 155 | 317 | 0 | 67 | 16 | 5 | 474 | 124 | 105 |
| Binary | 11110010 | 1101101 | 11001111 | 0 | 110111 | 1110 | 101 | 100111100 | 1010100 | 1000101 |
Color Harmonies of #F26DCF
Complementary color
Monochromatic Colors of #F26DCF
Black with #F26DCF
Text Example
Text Example
White with #F26DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DCF; }
p { color: rgb(242,109,207); }
H1.HeaderClassName
{
color: #F26DCF;
}
.AnyTagClassName
{
color: #F26DCF;
}
</style>
background-color css
<style>
a { background-color: #F26DCF; }
a { background-color: rgb(242,109,207); }
div.DivClassName
{
background-color: #F26DCF;
}
.BgClassName
{
background-color: #F26DCF;
}
</style>
border-color css
<style>
span { border-color: #F26DCF; }
span { border-color: rgb(242,109,207); }
td.TdClassName
{
border-color: #F26DCF;
}
.TagClassName
{
border-color: #F26DCF;
}
</style>