Shades of Neon Pink #F26FCC
Tints of Neon Pink #F26FCC
RGB
CMYK
RGB Variations
Color information
#F26FCC (or 0xF26FCC) is known color: Neon Pink. HEX triplet: F2, 6F and CC. RGB value is (242,111,204). Sum of RGB (Red+Green+Blue) = 242+111+204=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FCC is #0D9033. Grayscale: #A0A0A0. Windows color (decimal): -888884 or 13398002. OLE color: 13398002.
HSL color Cylindrical-coordinate representation of color #F26FCC: hue angle of 317.4º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26FCC is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 204 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.05 |
| HSL | 317.4º | 0.83% | 0.69% | - |
| HSV(B) | 317.4º | 0.54% | 0.95% | - |
| XYZ | 53.2 | 34.61 | 61 | - |
| YUV | 160.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 204 | 0 | 0.54 | 0.16 | 0.05 | 317.4 | 0.83 | 0.69 |
| Hex | F2 | 6F | CC | 0 | 36 | 10 | 5 | 13D | 53 | 45 |
| Octal | 362 | 157 | 314 | 0 | 66 | 20 | 5 | 475 | 123 | 105 |
| Binary | 11110010 | 1101111 | 11001100 | 0 | 110110 | 10000 | 101 | 100111101 | 1010011 | 1000101 |
Color Harmonies of #F26FCC
Complementary color
Monochromatic Colors of #F26FCC
Black with #F26FCC
Text Example
Text Example
White with #F26FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26FCC; }
p { color: rgb(242,111,204); }
H1.HeaderClassName
{
color: #F26FCC;
}
.AnyTagClassName
{
color: #F26FCC;
}
</style>
background-color css
<style>
a { background-color: #F26FCC; }
a { background-color: rgb(242,111,204); }
div.DivClassName
{
background-color: #F26FCC;
}
.BgClassName
{
background-color: #F26FCC;
}
</style>
border-color css
<style>
span { border-color: #F26FCC; }
span { border-color: rgb(242,111,204); }
td.TdClassName
{
border-color: #F26FCC;
}
.TagClassName
{
border-color: #F26FCC;
}
</style>