Shades of Neon Pink #F26DCA
Tints of Neon Pink #F26DCA
RGB
CMYK
RGB Variations
Color information
#F26DCA (or 0xF26DCA) is known color: Neon Pink. HEX triplet: F2, 6D and CA. RGB value is (242,109,202). Sum of RGB (Red+Green+Blue) = 242+109+202=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26DCA is #0D9235. Grayscale: #9F9F9F. Windows color (decimal): -889398 or 13266418. OLE color: 13266418.
HSL color Cylindrical-coordinate representation of color #F26DCA: hue angle of 318.05º 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 #F26DCA is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 202 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.05 |
| HSL | 318.05º | 0.84% | 0.69% | - |
| HSV(B) | 318.05º | 0.55% | 0.95% | - |
| XYZ | 52.75 | 34.08 | 59.67 | - |
| YUV | 159.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 202 | 0 | 0.55 | 0.17 | 0.05 | 318.05 | 0.84 | 0.69 |
| Hex | F2 | 6D | CA | 0 | 37 | 11 | 5 | 13E | 54 | 45 |
| Octal | 362 | 155 | 312 | 0 | 67 | 21 | 5 | 476 | 124 | 105 |
| Binary | 11110010 | 1101101 | 11001010 | 0 | 110111 | 10001 | 101 | 100111110 | 1010100 | 1000101 |
Color Harmonies of #F26DCA
Complementary color
Monochromatic Colors of #F26DCA
Black with #F26DCA
Text Example
Text Example
White with #F26DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DCA; }
p { color: rgb(242,109,202); }
H1.HeaderClassName
{
color: #F26DCA;
}
.AnyTagClassName
{
color: #F26DCA;
}
</style>
background-color css
<style>
a { background-color: #F26DCA; }
a { background-color: rgb(242,109,202); }
div.DivClassName
{
background-color: #F26DCA;
}
.BgClassName
{
background-color: #F26DCA;
}
</style>
border-color css
<style>
span { border-color: #F26DCA; }
span { border-color: rgb(242,109,202); }
td.TdClassName
{
border-color: #F26DCA;
}
.TagClassName
{
border-color: #F26DCA;
}
</style>