Shades of Neon Pink #F26ECE
Tints of Neon Pink #F26ECE
RGB
CMYK
RGB Variations
Color information
#F26ECE (or 0xF26ECE) is known color: Neon Pink. HEX triplet: F2, 6E and CE. RGB value is (242,110,206). Sum of RGB (Red+Green+Blue) = 242+110+206=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F26ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26ECE is #0D9131. Grayscale: #A0A0A0. Windows color (decimal): -889138 or 13528818. OLE color: 13528818.
HSL color Cylindrical-coordinate representation of color #F26ECE: hue angle of 316.36º 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 #F26ECE is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 206 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.05 |
| HSL | 316.36º | 0.84% | 0.69% | - |
| HSV(B) | 316.36º | 0.55% | 0.95% | - |
| XYZ | 53.33 | 34.49 | 62.24 | - |
| YUV | 160.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 206 | 0 | 0.55 | 0.15 | 0.05 | 316.36 | 0.84 | 0.69 |
| Hex | F2 | 6E | CE | 0 | 37 | F | 5 | 13C | 54 | 45 |
| Octal | 362 | 156 | 316 | 0 | 67 | 17 | 5 | 474 | 124 | 105 |
| Binary | 11110010 | 1101110 | 11001110 | 0 | 110111 | 1111 | 101 | 100111100 | 1010100 | 1000101 |
Color Harmonies of #F26ECE
Complementary color
Monochromatic Colors of #F26ECE
Black with #F26ECE
Text Example
Text Example
White with #F26ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26ECE; }
p { color: rgb(242,110,206); }
H1.HeaderClassName
{
color: #F26ECE;
}
.AnyTagClassName
{
color: #F26ECE;
}
</style>
background-color css
<style>
a { background-color: #F26ECE; }
a { background-color: rgb(242,110,206); }
div.DivClassName
{
background-color: #F26ECE;
}
.BgClassName
{
background-color: #F26ECE;
}
</style>
border-color css
<style>
span { border-color: #F26ECE; }
span { border-color: rgb(242,110,206); }
td.TdClassName
{
border-color: #F26ECE;
}
.TagClassName
{
border-color: #F26ECE;
}
</style>