Shades of Neon Pink #F278CE
Tints of Neon Pink #F278CE
RGB
CMYK
RGB Variations
Color information
#F278CE (or 0xF278CE) is known color: Neon Pink. HEX triplet: F2, 78 and CE. RGB value is (242,120,206). Sum of RGB (Red+Green+Blue) = 242+120+206=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F278CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278CE is #0D8731. Grayscale: #A6A6A6. Windows color (decimal): -886578 or 13531378. OLE color: 13531378.
HSL color Cylindrical-coordinate representation of color #F278CE: hue angle of 317.7º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F278CE is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 206 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.05 |
| HSL | 317.7º | 0.82% | 0.71% | - |
| HSV(B) | 317.7º | 0.5% | 0.95% | - |
| XYZ | 54.48 | 36.77 | 62.62 | - |
| YUV | 166.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 206 | 0 | 0.50 | 0.15 | 0.05 | 317.7 | 0.82 | 0.71 |
| Hex | F2 | 78 | CE | 0 | 32 | F | 5 | 13E | 52 | 47 |
| Octal | 362 | 170 | 316 | 0 | 62 | 17 | 5 | 476 | 122 | 107 |
| Binary | 11110010 | 1111000 | 11001110 | 0 | 110010 | 1111 | 101 | 100111110 | 1010010 | 1000111 |
Color Harmonies of #F278CE
Complementary color
Monochromatic Colors of #F278CE
Black with #F278CE
Text Example
Text Example
White with #F278CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F278CE; }
p { color: rgb(242,120,206); }
H1.HeaderClassName
{
color: #F278CE;
}
.AnyTagClassName
{
color: #F278CE;
}
</style>
background-color css
<style>
a { background-color: #F278CE; }
a { background-color: rgb(242,120,206); }
div.DivClassName
{
background-color: #F278CE;
}
.BgClassName
{
background-color: #F278CE;
}
</style>
border-color css
<style>
span { border-color: #F278CE; }
span { border-color: rgb(242,120,206); }
td.TdClassName
{
border-color: #F278CE;
}
.TagClassName
{
border-color: #F278CE;
}
</style>