Shades of Neon Pink #F278CB
Tints of Neon Pink #F278CB
RGB
CMYK
RGB Variations
Color information
#F278CB (or 0xF278CB) is known color: Neon Pink. HEX triplet: F2, 78 and CB. RGB value is (242,120,203). Sum of RGB (Red+Green+Blue) = 242+120+203=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F278CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278CB is #0D8734. Grayscale: #A5A5A5. Windows color (decimal): -886581 or 13334770. OLE color: 13334770.
HSL color Cylindrical-coordinate representation of color #F278CB: hue angle of 319.18º 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 #F278CB is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 203 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.05 |
| HSL | 319.18º | 0.82% | 0.71% | - |
| HSV(B) | 319.18º | 0.5% | 0.95% | - |
| XYZ | 54.11 | 36.62 | 60.72 | - |
| YUV | 165.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 203 | 0 | 0.50 | 0.16 | 0.05 | 319.18 | 0.82 | 0.71 |
| Hex | F2 | 78 | CB | 0 | 32 | 10 | 5 | 13F | 52 | 47 |
| Octal | 362 | 170 | 313 | 0 | 62 | 20 | 5 | 477 | 122 | 107 |
| Binary | 11110010 | 1111000 | 11001011 | 0 | 110010 | 10000 | 101 | 100111111 | 1010010 | 1000111 |
Color Harmonies of #F278CB
Complementary color
Monochromatic Colors of #F278CB
Black with #F278CB
Text Example
Text Example
White with #F278CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F278CB; }
p { color: rgb(242,120,203); }
H1.HeaderClassName
{
color: #F278CB;
}
.AnyTagClassName
{
color: #F278CB;
}
</style>
background-color css
<style>
a { background-color: #F278CB; }
a { background-color: rgb(242,120,203); }
div.DivClassName
{
background-color: #F278CB;
}
.BgClassName
{
background-color: #F278CB;
}
</style>
border-color css
<style>
span { border-color: #F278CB; }
span { border-color: rgb(242,120,203); }
td.TdClassName
{
border-color: #F278CB;
}
.TagClassName
{
border-color: #F278CB;
}
</style>