Shades of Neon Pink #F26BC1
Tints of Neon Pink #F26BC1
RGB
CMYK
RGB Variations
Color information
#F26BC1 (or 0xF26BC1) is known color: Neon Pink. HEX triplet: F2, 6B and C1. RGB value is (242,107,193). Sum of RGB (Red+Green+Blue) = 242+107+193=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F26BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26BC1 is #0D943E. Grayscale: #9C9C9C. Windows color (decimal): -889919 or 12676082. OLE color: 12676082.
HSL color Cylindrical-coordinate representation of color #F26BC1: hue angle of 321.78º 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 #F26BC1 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 193 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.05 |
| HSL | 321.78º | 0.84% | 0.68% | - |
| HSV(B) | 321.78º | 0.56% | 0.95% | - |
| XYZ | 51.5 | 33.24 | 54.15 | - |
| YUV | 157.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 193 | 0 | 0.56 | 0.20 | 0.05 | 321.78 | 0.84 | 0.68 |
| Hex | F2 | 6B | C1 | 0 | 38 | 14 | 5 | 142 | 54 | 44 |
| Octal | 362 | 153 | 301 | 0 | 70 | 24 | 5 | 502 | 124 | 104 |
| Binary | 11110010 | 1101011 | 11000001 | 0 | 111000 | 10100 | 101 | 101000010 | 1010100 | 1000100 |
Color Harmonies of #F26BC1
Complementary color
Monochromatic Colors of #F26BC1
Black with #F26BC1
Text Example
Text Example
White with #F26BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26BC1; }
p { color: rgb(242,107,193); }
H1.HeaderClassName
{
color: #F26BC1;
}
.AnyTagClassName
{
color: #F26BC1;
}
</style>
background-color css
<style>
a { background-color: #F26BC1; }
a { background-color: rgb(242,107,193); }
div.DivClassName
{
background-color: #F26BC1;
}
.BgClassName
{
background-color: #F26BC1;
}
</style>
border-color css
<style>
span { border-color: #F26BC1; }
span { border-color: rgb(242,107,193); }
td.TdClassName
{
border-color: #F26BC1;
}
.TagClassName
{
border-color: #F26BC1;
}
</style>