Shades of Neon Pink #F26FC5
Tints of Neon Pink #F26FC5
RGB
CMYK
RGB Variations
Color information
#F26FC5 (or 0xF26FC5) is known color: Neon Pink. HEX triplet: F2, 6F and C5. RGB value is (242,111,197). Sum of RGB (Red+Green+Blue) = 242+111+197=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FC5 is #0D903A. Grayscale: #9F9F9F. Windows color (decimal): -888891 or 12939250. OLE color: 12939250.
HSL color Cylindrical-coordinate representation of color #F26FC5: hue angle of 320.61º 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 #F26FC5 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 197 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.05 |
| HSL | 320.61º | 0.83% | 0.69% | - |
| HSV(B) | 320.61º | 0.54% | 0.95% | - |
| XYZ | 52.38 | 34.28 | 56.68 | - |
| YUV | 159.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 197 | 0 | 0.54 | 0.19 | 0.05 | 320.61 | 0.83 | 0.69 |
| Hex | F2 | 6F | C5 | 0 | 36 | 13 | 5 | 141 | 53 | 45 |
| Octal | 362 | 157 | 305 | 0 | 66 | 23 | 5 | 501 | 123 | 105 |
| Binary | 11110010 | 1101111 | 11000101 | 0 | 110110 | 10011 | 101 | 101000001 | 1010011 | 1000101 |
Color Harmonies of #F26FC5
Complementary color
Monochromatic Colors of #F26FC5
Black with #F26FC5
Text Example
Text Example
White with #F26FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26FC5; }
p { color: rgb(242,111,197); }
H1.HeaderClassName
{
color: #F26FC5;
}
.AnyTagClassName
{
color: #F26FC5;
}
</style>
background-color css
<style>
a { background-color: #F26FC5; }
a { background-color: rgb(242,111,197); }
div.DivClassName
{
background-color: #F26FC5;
}
.BgClassName
{
background-color: #F26FC5;
}
</style>
border-color css
<style>
span { border-color: #F26FC5; }
span { border-color: rgb(242,111,197); }
td.TdClassName
{
border-color: #F26FC5;
}
.TagClassName
{
border-color: #F26FC5;
}
</style>