Shades of Neon Pink #F26DCE
Tints of Neon Pink #F26DCE
RGB
CMYK
RGB Variations
Color information
#F26DCE (or 0xF26DCE) is known color: Neon Pink. HEX triplet: F2, 6D and CE. RGB value is (242,109,206). Sum of RGB (Red+Green+Blue) = 242+109+206=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26DCE is #0D9231. Grayscale: #9F9F9F. Windows color (decimal): -889394 or 13528562. OLE color: 13528562.
HSL color Cylindrical-coordinate representation of color #F26DCE: hue angle of 316.24º 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 #F26DCE is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 206 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.05 |
| HSL | 316.24º | 0.84% | 0.69% | - |
| HSV(B) | 316.24º | 0.55% | 0.95% | - |
| XYZ | 53.23 | 34.27 | 62.2 | - |
| YUV | 159.83 | 154.06 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 206 | 0 | 0.55 | 0.15 | 0.05 | 316.24 | 0.84 | 0.69 |
| Hex | F2 | 6D | CE | 0 | 37 | F | 5 | 13C | 54 | 45 |
| Octal | 362 | 155 | 316 | 0 | 67 | 17 | 5 | 474 | 124 | 105 |
| Binary | 11110010 | 1101101 | 11001110 | 0 | 110111 | 1111 | 101 | 100111100 | 1010100 | 1000101 |
Color Harmonies of #F26DCE
Complementary color
Monochromatic Colors of #F26DCE
Black with #F26DCE
Text Example
Text Example
White with #F26DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DCE; }
p { color: rgb(242,109,206); }
H1.HeaderClassName
{
color: #F26DCE;
}
.AnyTagClassName
{
color: #F26DCE;
}
</style>
background-color css
<style>
a { background-color: #F26DCE; }
a { background-color: rgb(242,109,206); }
div.DivClassName
{
background-color: #F26DCE;
}
.BgClassName
{
background-color: #F26DCE;
}
</style>
border-color css
<style>
span { border-color: #F26DCE; }
span { border-color: rgb(242,109,206); }
td.TdClassName
{
border-color: #F26DCE;
}
.TagClassName
{
border-color: #F26DCE;
}
</style>