Shades of Neon Pink #F26BC7
Tints of Neon Pink #F26BC7
RGB
CMYK
RGB Variations
Color information
#F26BC7 (or 0xF26BC7) is known color: Neon Pink. HEX triplet: F2, 6B and C7. RGB value is (242,107,199). Sum of RGB (Red+Green+Blue) = 242+107+199=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F26BC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26BC7 is #0D9438. Grayscale: #9D9D9D. Windows color (decimal): -889913 or 13069298. OLE color: 13069298.
HSL color Cylindrical-coordinate representation of color #F26BC7: hue angle of 319.11º 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 #F26BC7 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 199 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.05 |
| HSL | 319.11º | 0.84% | 0.68% | - |
| HSV(B) | 319.11º | 0.56% | 0.95% | - |
| XYZ | 52.18 | 33.52 | 57.75 | - |
| YUV | 157.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 199 | 0 | 0.56 | 0.18 | 0.05 | 319.11 | 0.84 | 0.68 |
| Hex | F2 | 6B | C7 | 0 | 38 | 12 | 5 | 13F | 54 | 44 |
| Octal | 362 | 153 | 307 | 0 | 70 | 22 | 5 | 477 | 124 | 104 |
| Binary | 11110010 | 1101011 | 11000111 | 0 | 111000 | 10010 | 101 | 100111111 | 1010100 | 1000100 |
Color Harmonies of #F26BC7
Complementary color
Monochromatic Colors of #F26BC7
Black with #F26BC7
Text Example
Text Example
White with #F26BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26BC7; }
p { color: rgb(242,107,199); }
H1.HeaderClassName
{
color: #F26BC7;
}
.AnyTagClassName
{
color: #F26BC7;
}
</style>
background-color css
<style>
a { background-color: #F26BC7; }
a { background-color: rgb(242,107,199); }
div.DivClassName
{
background-color: #F26BC7;
}
.BgClassName
{
background-color: #F26BC7;
}
</style>
border-color css
<style>
span { border-color: #F26BC7; }
span { border-color: rgb(242,107,199); }
td.TdClassName
{
border-color: #F26BC7;
}
.TagClassName
{
border-color: #F26BC7;
}
</style>