Shades of Neon Pink #F26BBF
Tints of Neon Pink #F26BBF
RGB
CMYK
RGB Variations
Color information
#F26BBF (or 0xF26BBF) is known color: Neon Pink. HEX triplet: F2, 6B and BF. RGB value is (242,107,191). Sum of RGB (Red+Green+Blue) = 242+107+191=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F26BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26BBF is #0D9440. Grayscale: #9C9C9C. Windows color (decimal): -889921 or 12545010. OLE color: 12545010.
HSL color Cylindrical-coordinate representation of color #F26BBF: hue angle of 322.67º 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 #F26BBF is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 191 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.05 |
| HSL | 322.67º | 0.84% | 0.68% | - |
| HSV(B) | 322.67º | 0.56% | 0.95% | - |
| XYZ | 51.28 | 33.15 | 52.99 | - |
| YUV | 156.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 191 | 0 | 0.56 | 0.21 | 0.05 | 322.67 | 0.84 | 0.68 |
| Hex | F2 | 6B | BF | 0 | 38 | 15 | 5 | 143 | 54 | 44 |
| Octal | 362 | 153 | 277 | 0 | 70 | 25 | 5 | 503 | 124 | 104 |
| Binary | 11110010 | 1101011 | 10111111 | 0 | 111000 | 10101 | 101 | 101000011 | 1010100 | 1000100 |
Color Harmonies of #F26BBF
Complementary color
Monochromatic Colors of #F26BBF
Black with #F26BBF
Text Example
Text Example
White with #F26BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26BBF; }
p { color: rgb(242,107,191); }
H1.HeaderClassName
{
color: #F26BBF;
}
.AnyTagClassName
{
color: #F26BBF;
}
</style>
background-color css
<style>
a { background-color: #F26BBF; }
a { background-color: rgb(242,107,191); }
div.DivClassName
{
background-color: #F26BBF;
}
.BgClassName
{
background-color: #F26BBF;
}
</style>
border-color css
<style>
span { border-color: #F26BBF; }
span { border-color: rgb(242,107,191); }
td.TdClassName
{
border-color: #F26BBF;
}
.TagClassName
{
border-color: #F26BBF;
}
</style>