Shades of Neon Pink #F269C8
Tints of Neon Pink #F269C8
RGB
CMYK
RGB Variations
Color information
#F269C8 (or 0xF269C8) is known color: Neon Pink. HEX triplet: F2, 69 and C8. RGB value is (242,105,200). Sum of RGB (Red+Green+Blue) = 242+105+200=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F269C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F269C8 is #0D9637. Grayscale: #9C9C9C. Windows color (decimal): -890424 or 13134322. OLE color: 13134322.
HSL color Cylindrical-coordinate representation of color #F269C8: hue angle of 318.39º 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 #F269C8 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 200 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.05 |
| HSL | 318.39º | 0.84% | 0.68% | - |
| HSV(B) | 318.39º | 0.57% | 0.95% | - |
| XYZ | 52.09 | 33.15 | 58.3 | - |
| YUV | 156.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 200 | 0 | 0.57 | 0.17 | 0.05 | 318.39 | 0.84 | 0.68 |
| Hex | F2 | 69 | C8 | 0 | 39 | 11 | 5 | 13E | 54 | 44 |
| Octal | 362 | 151 | 310 | 0 | 71 | 21 | 5 | 476 | 124 | 104 |
| Binary | 11110010 | 1101001 | 11001000 | 0 | 111001 | 10001 | 101 | 100111110 | 1010100 | 1000100 |
Color Harmonies of #F269C8
Complementary color
Monochromatic Colors of #F269C8
Black with #F269C8
Text Example
Text Example
White with #F269C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F269C8; }
p { color: rgb(242,105,200); }
H1.HeaderClassName
{
color: #F269C8;
}
.AnyTagClassName
{
color: #F269C8;
}
</style>
background-color css
<style>
a { background-color: #F269C8; }
a { background-color: rgb(242,105,200); }
div.DivClassName
{
background-color: #F269C8;
}
.BgClassName
{
background-color: #F269C8;
}
</style>
border-color css
<style>
span { border-color: #F269C8; }
span { border-color: rgb(242,105,200); }
td.TdClassName
{
border-color: #F269C8;
}
.TagClassName
{
border-color: #F269C8;
}
</style>