Shades of Neon Pink #F269C5
Tints of Neon Pink #F269C5
RGB
CMYK
RGB Variations
Color information
#F269C5 (or 0xF269C5) is known color: Neon Pink. HEX triplet: F2, 69 and C5. RGB value is (242,105,197). Sum of RGB (Red+Green+Blue) = 242+105+197=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F269C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F269C5 is #0D963A. Grayscale: #9C9C9C. Windows color (decimal): -890427 or 12937714. OLE color: 12937714.
HSL color Cylindrical-coordinate representation of color #F269C5: hue angle of 319.71º 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 #F269C5 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 197 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.05 |
| HSL | 319.71º | 0.84% | 0.68% | - |
| HSV(B) | 319.71º | 0.57% | 0.95% | - |
| XYZ | 51.75 | 33.01 | 56.47 | - |
| YUV | 156.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 197 | 0 | 0.57 | 0.19 | 0.05 | 319.71 | 0.84 | 0.68 |
| Hex | F2 | 69 | C5 | 0 | 39 | 13 | 5 | 140 | 54 | 44 |
| Octal | 362 | 151 | 305 | 0 | 71 | 23 | 5 | 500 | 124 | 104 |
| Binary | 11110010 | 1101001 | 11000101 | 0 | 111001 | 10011 | 101 | 101000000 | 1010100 | 1000100 |
Color Harmonies of #F269C5
Complementary color
Monochromatic Colors of #F269C5
Black with #F269C5
Text Example
Text Example
White with #F269C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F269C5; }
p { color: rgb(242,105,197); }
H1.HeaderClassName
{
color: #F269C5;
}
.AnyTagClassName
{
color: #F269C5;
}
</style>
background-color css
<style>
a { background-color: #F269C5; }
a { background-color: rgb(242,105,197); }
div.DivClassName
{
background-color: #F269C5;
}
.BgClassName
{
background-color: #F269C5;
}
</style>
border-color css
<style>
span { border-color: #F269C5; }
span { border-color: rgb(242,105,197); }
td.TdClassName
{
border-color: #F269C5;
}
.TagClassName
{
border-color: #F269C5;
}
</style>