Shades of Neon Pink #F26ACD
Tints of Neon Pink #F26ACD
RGB
CMYK
RGB Variations
Color information
#F26ACD (or 0xF26ACD) is known color: Neon Pink. HEX triplet: F2, 6A and CD. RGB value is (242,106,205). Sum of RGB (Red+Green+Blue) = 242+106+205=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F26ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26ACD is #0D9532. Grayscale: #9D9D9D. Windows color (decimal): -890163 or 13462258. OLE color: 13462258.
HSL color Cylindrical-coordinate representation of color #F26ACD: hue angle of 316.32º 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 #F26ACD is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 205 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.05 |
| HSL | 316.32º | 0.84% | 0.68% | - |
| HSV(B) | 316.32º | 0.56% | 0.95% | - |
| XYZ | 52.79 | 33.59 | 61.46 | - |
| YUV | 157.95 | 154.56 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 205 | 0 | 0.56 | 0.15 | 0.05 | 316.32 | 0.84 | 0.68 |
| Hex | F2 | 6A | CD | 0 | 38 | F | 5 | 13C | 54 | 44 |
| Octal | 362 | 152 | 315 | 0 | 70 | 17 | 5 | 474 | 124 | 104 |
| Binary | 11110010 | 1101010 | 11001101 | 0 | 111000 | 1111 | 101 | 100111100 | 1010100 | 1000100 |
Color Harmonies of #F26ACD
Complementary color
Monochromatic Colors of #F26ACD
Black with #F26ACD
Text Example
Text Example
White with #F26ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26ACD; }
p { color: rgb(242,106,205); }
H1.HeaderClassName
{
color: #F26ACD;
}
.AnyTagClassName
{
color: #F26ACD;
}
</style>
background-color css
<style>
a { background-color: #F26ACD; }
a { background-color: rgb(242,106,205); }
div.DivClassName
{
background-color: #F26ACD;
}
.BgClassName
{
background-color: #F26ACD;
}
</style>
border-color css
<style>
span { border-color: #F26ACD; }
span { border-color: rgb(242,106,205); }
td.TdClassName
{
border-color: #F26ACD;
}
.TagClassName
{
border-color: #F26ACD;
}
</style>