Shades of Neon Pink #F277CE
Tints of Neon Pink #F277CE
RGB
CMYK
RGB Variations
Color information
#F277CE (or 0xF277CE) is known color: Neon Pink. HEX triplet: F2, 77 and CE. RGB value is (242,119,206). Sum of RGB (Red+Green+Blue) = 242+119+206=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F277CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F277CE is #0D8831. Grayscale: #A5A5A5. Windows color (decimal): -886834 or 13531122. OLE color: 13531122.
HSL color Cylindrical-coordinate representation of color #F277CE: hue angle of 317.56º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F277CE is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 206 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.05 |
| HSL | 317.56º | 0.83% | 0.71% | - |
| HSV(B) | 317.56º | 0.51% | 0.95% | - |
| XYZ | 54.36 | 36.53 | 62.58 | - |
| YUV | 165.7 | 150.75 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 206 | 0 | 0.51 | 0.15 | 0.05 | 317.56 | 0.83 | 0.71 |
| Hex | F2 | 77 | CE | 0 | 33 | F | 5 | 13E | 53 | 47 |
| Octal | 362 | 167 | 316 | 0 | 63 | 17 | 5 | 476 | 123 | 107 |
| Binary | 11110010 | 1110111 | 11001110 | 0 | 110011 | 1111 | 101 | 100111110 | 1010011 | 1000111 |
Color Harmonies of #F277CE
Complementary color
Monochromatic Colors of #F277CE
Black with #F277CE
Text Example
Text Example
White with #F277CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F277CE; }
p { color: rgb(242,119,206); }
H1.HeaderClassName
{
color: #F277CE;
}
.AnyTagClassName
{
color: #F277CE;
}
</style>
background-color css
<style>
a { background-color: #F277CE; }
a { background-color: rgb(242,119,206); }
div.DivClassName
{
background-color: #F277CE;
}
.BgClassName
{
background-color: #F277CE;
}
</style>
border-color css
<style>
span { border-color: #F277CE; }
span { border-color: rgb(242,119,206); }
td.TdClassName
{
border-color: #F277CE;
}
.TagClassName
{
border-color: #F277CE;
}
</style>