Shades of Neon Pink #F26BCF
Tints of Neon Pink #F26BCF
RGB
CMYK
RGB Variations
Color information
#F26BCF (or 0xF26BCF) is known color: Neon Pink. HEX triplet: F2, 6B and CF. RGB value is (242,107,207). Sum of RGB (Red+Green+Blue) = 242+107+207=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 107 (42.19% from 255 or 19.24% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F26BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26BCF is #0D9430. Grayscale: #9E9E9E. Windows color (decimal): -889905 or 13593586. OLE color: 13593586.
HSL color Cylindrical-coordinate representation of color #F26BCF: hue angle of 315.56º 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 #F26BCF is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 207 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.05 |
| HSL | 315.56º | 0.84% | 0.68% | - |
| HSV(B) | 315.56º | 0.56% | 0.95% | - |
| XYZ | 53.14 | 33.9 | 62.77 | - |
| YUV | 158.77 | 155.23 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 207 | 0 | 0.56 | 0.14 | 0.05 | 315.56 | 0.84 | 0.68 |
| Hex | F2 | 6B | CF | 0 | 38 | E | 5 | 13C | 54 | 44 |
| Octal | 362 | 153 | 317 | 0 | 70 | 16 | 5 | 474 | 124 | 104 |
| Binary | 11110010 | 1101011 | 11001111 | 0 | 111000 | 1110 | 101 | 100111100 | 1010100 | 1000100 |
Color Harmonies of #F26BCF
Complementary color
Monochromatic Colors of #F26BCF
Black with #F26BCF
Text Example
Text Example
White with #F26BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26BCF; }
p { color: rgb(242,107,207); }
H1.HeaderClassName
{
color: #F26BCF;
}
.AnyTagClassName
{
color: #F26BCF;
}
</style>
background-color css
<style>
a { background-color: #F26BCF; }
a { background-color: rgb(242,107,207); }
div.DivClassName
{
background-color: #F26BCF;
}
.BgClassName
{
background-color: #F26BCF;
}
</style>
border-color css
<style>
span { border-color: #F26BCF; }
span { border-color: rgb(242,107,207); }
td.TdClassName
{
border-color: #F26BCF;
}
.TagClassName
{
border-color: #F26BCF;
}
</style>