Shades of Neon Pink #F26ACB
Tints of Neon Pink #F26ACB
RGB
CMYK
RGB Variations
Color information
#F26ACB (or 0xF26ACB) is known color: Neon Pink. HEX triplet: F2, 6A and CB. RGB value is (242,106,203). Sum of RGB (Red+Green+Blue) = 242+106+203=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F26ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26ACB is #0D9534. Grayscale: #9D9D9D. Windows color (decimal): -890165 or 13331186. OLE color: 13331186.
HSL color Cylindrical-coordinate representation of color #F26ACB: hue angle of 317.21º 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 #F26ACB is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 203 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.05 |
| HSL | 317.21º | 0.84% | 0.68% | - |
| HSV(B) | 317.21º | 0.56% | 0.95% | - |
| XYZ | 52.55 | 33.5 | 60.2 | - |
| YUV | 157.72 | 153.56 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 203 | 0 | 0.56 | 0.16 | 0.05 | 317.21 | 0.84 | 0.68 |
| Hex | F2 | 6A | CB | 0 | 38 | 10 | 5 | 13D | 54 | 44 |
| Octal | 362 | 152 | 313 | 0 | 70 | 20 | 5 | 475 | 124 | 104 |
| Binary | 11110010 | 1101010 | 11001011 | 0 | 111000 | 10000 | 101 | 100111101 | 1010100 | 1000100 |
Color Harmonies of #F26ACB
Complementary color
Monochromatic Colors of #F26ACB
Black with #F26ACB
Text Example
Text Example
White with #F26ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26ACB; }
p { color: rgb(242,106,203); }
H1.HeaderClassName
{
color: #F26ACB;
}
.AnyTagClassName
{
color: #F26ACB;
}
</style>
background-color css
<style>
a { background-color: #F26ACB; }
a { background-color: rgb(242,106,203); }
div.DivClassName
{
background-color: #F26ACB;
}
.BgClassName
{
background-color: #F26ACB;
}
</style>
border-color css
<style>
span { border-color: #F26ACB; }
span { border-color: rgb(242,106,203); }
td.TdClassName
{
border-color: #F26ACB;
}
.TagClassName
{
border-color: #F26ACB;
}
</style>