Shades of Neon Pink #F261C8
Tints of Neon Pink #F261C8
RGB
CMYK
RGB Variations
Color information
#F261C8 (or 0xF261C8) is known color: Neon Pink. HEX triplet: F2, 61 and C8. RGB value is (242,97,200). Sum of RGB (Red+Green+Blue) = 242+97+200=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 97 (38.28% from 255 or 18.00% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F261C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F261C8 is #0D9E37. Grayscale: #979797. Windows color (decimal): -892472 or 13132274. OLE color: 13132274.
HSL color Cylindrical-coordinate representation of color #F261C8: hue angle of 317.38º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F261C8 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 200 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.05 |
| HSL | 317.38º | 0.85% | 0.66% | - |
| HSV(B) | 317.38º | 0.6% | 0.95% | - |
| XYZ | 51.32 | 31.6 | 58.04 | - |
| YUV | 152.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 200 | 0 | 0.60 | 0.17 | 0.05 | 317.38 | 0.85 | 0.66 |
| Hex | F2 | 61 | C8 | 0 | 3C | 11 | 5 | 13D | 55 | 42 |
| Octal | 362 | 141 | 310 | 0 | 74 | 21 | 5 | 475 | 125 | 102 |
| Binary | 11110010 | 1100001 | 11001000 | 0 | 111100 | 10001 | 101 | 100111101 | 1010101 | 1000010 |
Color Harmonies of #F261C8
Complementary color
Monochromatic Colors of #F261C8
Black with #F261C8
Text Example
Text Example
White with #F261C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F261C8; }
p { color: rgb(242,97,200); }
H1.HeaderClassName
{
color: #F261C8;
}
.AnyTagClassName
{
color: #F261C8;
}
</style>
background-color css
<style>
a { background-color: #F261C8; }
a { background-color: rgb(242,97,200); }
div.DivClassName
{
background-color: #F261C8;
}
.BgClassName
{
background-color: #F261C8;
}
</style>
border-color css
<style>
span { border-color: #F261C8; }
span { border-color: rgb(242,97,200); }
td.TdClassName
{
border-color: #F261C8;
}
.TagClassName
{
border-color: #F261C8;
}
</style>