Shades of Neon Pink #F26ACE
Tints of Neon Pink #F26ACE
RGB
CMYK
RGB Variations
Color information
#F26ACE (or 0xF26ACE) is known color: Neon Pink. HEX triplet: F2, 6A and CE. RGB value is (242,106,206). Sum of RGB (Red+Green+Blue) = 242+106+206=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F26ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26ACE is #0D9531. Grayscale: #9D9D9D. Windows color (decimal): -890162 or 13527794. OLE color: 13527794.
HSL color Cylindrical-coordinate representation of color #F26ACE: hue angle of 315.88º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F26ACE is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 206 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.05 |
| HSL | 315.88º | 0.84% | 0.68% | - |
| HSV(B) | 315.88º | 0.56% | 0.95% | - |
| XYZ | 52.91 | 33.64 | 62.1 | - |
| YUV | 158.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 206 | 0 | 0.56 | 0.15 | 0.05 | 315.88 | 0.84 | 0.68 |
| Hex | F2 | 6A | CE | 0 | 38 | F | 5 | 13C | 54 | 44 |
| Octal | 362 | 152 | 316 | 0 | 70 | 17 | 5 | 474 | 124 | 104 |
| Binary | 11110010 | 1101010 | 11001110 | 0 | 111000 | 1111 | 101 | 100111100 | 1010100 | 1000100 |
Color Harmonies of #F26ACE
Complementary color
Monochromatic Colors of #F26ACE
Black with #F26ACE
Text Example
Text Example
White with #F26ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26ACE; }
p { color: rgb(242,106,206); }
H1.HeaderClassName
{
color: #F26ACE;
}
.AnyTagClassName
{
color: #F26ACE;
}
</style>
background-color css
<style>
a { background-color: #F26ACE; }
a { background-color: rgb(242,106,206); }
div.DivClassName
{
background-color: #F26ACE;
}
.BgClassName
{
background-color: #F26ACE;
}
</style>
border-color css
<style>
span { border-color: #F26ACE; }
span { border-color: rgb(242,106,206); }
td.TdClassName
{
border-color: #F26ACE;
}
.TagClassName
{
border-color: #F26ACE;
}
</style>