Shades of Neon Pink #F26FD5
Tints of Neon Pink #F26FD5
RGB
CMYK
RGB Variations
Color information
#F26FD5 (or 0xF26FD5) is known color: Neon Pink. HEX triplet: F2, 6F and D5. RGB value is (242,111,213). Sum of RGB (Red+Green+Blue) = 242+111+213=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FD5 is #0D902A. Grayscale: #A1A1A1. Windows color (decimal): -888875 or 13987826. OLE color: 13987826.
HSL color Cylindrical-coordinate representation of color #F26FD5: hue angle of 313.28º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26FD5 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 213 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.05 |
| HSL | 313.28º | 0.83% | 0.69% | - |
| HSV(B) | 313.28º | 0.54% | 0.95% | - |
| XYZ | 54.31 | 35.05 | 66.85 | - |
| YUV | 161.8 | 156.9 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 213 | 0 | 0.54 | 0.12 | 0.05 | 313.28 | 0.83 | 0.69 |
| Hex | F2 | 6F | D5 | 0 | 36 | C | 5 | 139 | 53 | 45 |
| Octal | 362 | 157 | 325 | 0 | 66 | 14 | 5 | 471 | 123 | 105 |
| Binary | 11110010 | 1101111 | 11010101 | 0 | 110110 | 1100 | 101 | 100111001 | 1010011 | 1000101 |
Color Harmonies of #F26FD5
Complementary color
Monochromatic Colors of #F26FD5
Black with #F26FD5
Text Example
Text Example
White with #F26FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26FD5; }
p { color: rgb(242,111,213); }
H1.HeaderClassName
{
color: #F26FD5;
}
.AnyTagClassName
{
color: #F26FD5;
}
</style>
background-color css
<style>
a { background-color: #F26FD5; }
a { background-color: rgb(242,111,213); }
div.DivClassName
{
background-color: #F26FD5;
}
.BgClassName
{
background-color: #F26FD5;
}
</style>
border-color css
<style>
span { border-color: #F26FD5; }
span { border-color: rgb(242,111,213); }
td.TdClassName
{
border-color: #F26FD5;
}
.TagClassName
{
border-color: #F26FD5;
}
</style>