Shades of Neon Pink #F26CCC
Tints of Neon Pink #F26CCC
RGB
CMYK
RGB Variations
Color information
#F26CCC (or 0xF26CCC) is known color: Neon Pink. HEX triplet: F2, 6C and CC. RGB value is (242,108,204). Sum of RGB (Red+Green+Blue) = 242+108+204=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F26CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26CCC is #0D9333. Grayscale: #9E9E9E. Windows color (decimal): -889652 or 13397234. OLE color: 13397234.
HSL color Cylindrical-coordinate representation of color #F26CCC: hue angle of 317.01º 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 #F26CCC is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 204 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.05 |
| HSL | 317.01º | 0.84% | 0.69% | - |
| HSV(B) | 317.01º | 0.55% | 0.95% | - |
| XYZ | 52.88 | 33.96 | 60.9 | - |
| YUV | 159.01 | 153.39 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 204 | 0 | 0.55 | 0.16 | 0.05 | 317.01 | 0.84 | 0.69 |
| Hex | F2 | 6C | CC | 0 | 37 | 10 | 5 | 13D | 54 | 45 |
| Octal | 362 | 154 | 314 | 0 | 67 | 20 | 5 | 475 | 124 | 105 |
| Binary | 11110010 | 1101100 | 11001100 | 0 | 110111 | 10000 | 101 | 100111101 | 1010100 | 1000101 |
Color Harmonies of #F26CCC
Complementary color
Monochromatic Colors of #F26CCC
Black with #F26CCC
Text Example
Text Example
White with #F26CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26CCC; }
p { color: rgb(242,108,204); }
H1.HeaderClassName
{
color: #F26CCC;
}
.AnyTagClassName
{
color: #F26CCC;
}
</style>
background-color css
<style>
a { background-color: #F26CCC; }
a { background-color: rgb(242,108,204); }
div.DivClassName
{
background-color: #F26CCC;
}
.BgClassName
{
background-color: #F26CCC;
}
</style>
border-color css
<style>
span { border-color: #F26CCC; }
span { border-color: rgb(242,108,204); }
td.TdClassName
{
border-color: #F26CCC;
}
.TagClassName
{
border-color: #F26CCC;
}
</style>