Shades of Neon Pink #F26CC1
Tints of Neon Pink #F26CC1
RGB
CMYK
RGB Variations
Color information
#F26CC1 (or 0xF26CC1) is known color: Neon Pink. HEX triplet: F2, 6C and C1. RGB value is (242,108,193). Sum of RGB (Red+Green+Blue) = 242+108+193=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F26CC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26CC1 is #0D933E. Grayscale: #9D9D9D. Windows color (decimal): -889663 or 12676338. OLE color: 12676338.
HSL color Cylindrical-coordinate representation of color #F26CC1: hue angle of 321.94º 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 #F26CC1 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 193 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.05 |
| HSL | 321.94º | 0.84% | 0.69% | - |
| HSV(B) | 321.94º | 0.55% | 0.95% | - |
| XYZ | 51.61 | 33.45 | 54.19 | - |
| YUV | 157.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 193 | 0 | 0.55 | 0.20 | 0.05 | 321.94 | 0.84 | 0.69 |
| Hex | F2 | 6C | C1 | 0 | 37 | 14 | 5 | 142 | 54 | 45 |
| Octal | 362 | 154 | 301 | 0 | 67 | 24 | 5 | 502 | 124 | 105 |
| Binary | 11110010 | 1101100 | 11000001 | 0 | 110111 | 10100 | 101 | 101000010 | 1010100 | 1000101 |
Color Harmonies of #F26CC1
Complementary color
Monochromatic Colors of #F26CC1
Black with #F26CC1
Text Example
Text Example
White with #F26CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26CC1; }
p { color: rgb(242,108,193); }
H1.HeaderClassName
{
color: #F26CC1;
}
.AnyTagClassName
{
color: #F26CC1;
}
</style>
background-color css
<style>
a { background-color: #F26CC1; }
a { background-color: rgb(242,108,193); }
div.DivClassName
{
background-color: #F26CC1;
}
.BgClassName
{
background-color: #F26CC1;
}
</style>
border-color css
<style>
span { border-color: #F26CC1; }
span { border-color: rgb(242,108,193); }
td.TdClassName
{
border-color: #F26CC1;
}
.TagClassName
{
border-color: #F26CC1;
}
</style>