Shades of Neon Pink #F26ACF
Tints of Neon Pink #F26ACF
RGB
CMYK
RGB Variations
Color information
#F26ACF (or 0xF26ACF) is known color: Neon Pink. HEX triplet: F2, 6A and CF. RGB value is (242,106,207). Sum of RGB (Red+Green+Blue) = 242+106+207=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 106 (41.80% from 255 or 19.10% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F26ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26ACF is #0D9530. Grayscale: #9D9D9D. Windows color (decimal): -890161 or 13593330. OLE color: 13593330.
HSL color Cylindrical-coordinate representation of color #F26ACF: hue angle of 315.44º 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 #F26ACF is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 207 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.05 |
| HSL | 315.44º | 0.84% | 0.68% | - |
| HSV(B) | 315.44º | 0.56% | 0.95% | - |
| XYZ | 53.03 | 33.69 | 62.74 | - |
| YUV | 158.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 207 | 0 | 0.56 | 0.14 | 0.05 | 315.44 | 0.84 | 0.68 |
| Hex | F2 | 6A | CF | 0 | 38 | E | 5 | 13B | 54 | 44 |
| Octal | 362 | 152 | 317 | 0 | 70 | 16 | 5 | 473 | 124 | 104 |
| Binary | 11110010 | 1101010 | 11001111 | 0 | 111000 | 1110 | 101 | 100111011 | 1010100 | 1000100 |
Color Harmonies of #F26ACF
Complementary color
Monochromatic Colors of #F26ACF
Black with #F26ACF
Text Example
Text Example
White with #F26ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26ACF; }
p { color: rgb(242,106,207); }
H1.HeaderClassName
{
color: #F26ACF;
}
.AnyTagClassName
{
color: #F26ACF;
}
</style>
background-color css
<style>
a { background-color: #F26ACF; }
a { background-color: rgb(242,106,207); }
div.DivClassName
{
background-color: #F26ACF;
}
.BgClassName
{
background-color: #F26ACF;
}
</style>
border-color css
<style>
span { border-color: #F26ACF; }
span { border-color: rgb(242,106,207); }
td.TdClassName
{
border-color: #F26ACF;
}
.TagClassName
{
border-color: #F26ACF;
}
</style>