Shades of Neon Pink #F269C7
Tints of Neon Pink #F269C7
RGB
CMYK
RGB Variations
Color information
#F269C7 (or 0xF269C7) is known color: Neon Pink. HEX triplet: F2, 69 and C7. RGB value is (242,105,199). Sum of RGB (Red+Green+Blue) = 242+105+199=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F269C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F269C7 is #0D9638. Grayscale: #9C9C9C. Windows color (decimal): -890425 or 13068786. OLE color: 13068786.
HSL color Cylindrical-coordinate representation of color #F269C7: hue angle of 318.83º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F269C7 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 199 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.05 |
| HSL | 318.83º | 0.84% | 0.68% | - |
| HSV(B) | 318.83º | 0.57% | 0.95% | - |
| XYZ | 51.98 | 33.1 | 57.68 | - |
| YUV | 156.68 | 151.89 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 199 | 0 | 0.57 | 0.18 | 0.05 | 318.83 | 0.84 | 0.68 |
| Hex | F2 | 69 | C7 | 0 | 39 | 12 | 5 | 13F | 54 | 44 |
| Octal | 362 | 151 | 307 | 0 | 71 | 22 | 5 | 477 | 124 | 104 |
| Binary | 11110010 | 1101001 | 11000111 | 0 | 111001 | 10010 | 101 | 100111111 | 1010100 | 1000100 |
Color Harmonies of #F269C7
Complementary color
Monochromatic Colors of #F269C7
Black with #F269C7
Text Example
Text Example
White with #F269C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F269C7; }
p { color: rgb(242,105,199); }
H1.HeaderClassName
{
color: #F269C7;
}
.AnyTagClassName
{
color: #F269C7;
}
</style>
background-color css
<style>
a { background-color: #F269C7; }
a { background-color: rgb(242,105,199); }
div.DivClassName
{
background-color: #F269C7;
}
.BgClassName
{
background-color: #F269C7;
}
</style>
border-color css
<style>
span { border-color: #F269C7; }
span { border-color: rgb(242,105,199); }
td.TdClassName
{
border-color: #F269C7;
}
.TagClassName
{
border-color: #F269C7;
}
</style>