Shades of Neon Pink #F278D3
Tints of Neon Pink #F278D3
RGB
CMYK
RGB Variations
Color information
#F278D3 (or 0xF278D3) is known color: Neon Pink. HEX triplet: F2, 78 and D3. RGB value is (242,120,211). Sum of RGB (Red+Green+Blue) = 242+120+211=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 120 (47.27% from 255 or 20.94% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F278D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278D3 is #0D872C. Grayscale: #A6A6A6. Windows color (decimal): -886573 or 13859058. OLE color: 13859058.
HSL color Cylindrical-coordinate representation of color #F278D3: hue angle of 315.25º 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 #F278D3 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 211 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.05 |
| HSL | 315.25º | 0.82% | 0.71% | - |
| HSV(B) | 315.25º | 0.5% | 0.95% | - |
| XYZ | 55.09 | 37.01 | 65.87 | - |
| YUV | 166.85 | 152.92 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 211 | 0 | 0.50 | 0.13 | 0.05 | 315.25 | 0.82 | 0.71 |
| Hex | F2 | 78 | D3 | 0 | 32 | D | 5 | 13B | 52 | 47 |
| Octal | 362 | 170 | 323 | 0 | 62 | 15 | 5 | 473 | 122 | 107 |
| Binary | 11110010 | 1111000 | 11010011 | 0 | 110010 | 1101 | 101 | 100111011 | 1010010 | 1000111 |
Color Harmonies of #F278D3
Complementary color
Monochromatic Colors of #F278D3
Black with #F278D3
Text Example
Text Example
White with #F278D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F278D3; }
p { color: rgb(242,120,211); }
H1.HeaderClassName
{
color: #F278D3;
}
.AnyTagClassName
{
color: #F278D3;
}
</style>
background-color css
<style>
a { background-color: #F278D3; }
a { background-color: rgb(242,120,211); }
div.DivClassName
{
background-color: #F278D3;
}
.BgClassName
{
background-color: #F278D3;
}
</style>
border-color css
<style>
span { border-color: #F278D3; }
span { border-color: rgb(242,120,211); }
td.TdClassName
{
border-color: #F278D3;
}
.TagClassName
{
border-color: #F278D3;
}
</style>