Shades of Neon Pink #F378C8
Tints of Neon Pink #F378C8
RGB
CMYK
RGB Variations
Color information
#F378C8 (or 0xF378C8) is known color: Neon Pink. HEX triplet: F3, 78 and C8. RGB value is (243,120,200). Sum of RGB (Red+Green+Blue) = 243+120+200=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F378C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F378C8 is #0C8737. Grayscale: #A5A5A5. Windows color (decimal): -821048 or 13138163. OLE color: 13138163.
HSL color Cylindrical-coordinate representation of color #F378C8: hue angle of 320.98º degrees, saturation: 0.84, 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 #F378C8 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 120 | 200 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.05 |
| HSL | 320.98º | 0.84% | 0.71% | - |
| HSV(B) | 320.98º | 0.51% | 0.95% | - |
| XYZ | 54.1 | 36.66 | 58.87 | - |
| YUV | 165.9 | 147.25 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 120 | 200 | 0 | 0.51 | 0.18 | 0.05 | 320.98 | 0.84 | 0.71 |
| Hex | F3 | 78 | C8 | 0 | 33 | 12 | 5 | 141 | 54 | 47 |
| Octal | 363 | 170 | 310 | 0 | 63 | 22 | 5 | 501 | 124 | 107 |
| Binary | 11110011 | 1111000 | 11001000 | 0 | 110011 | 10010 | 101 | 101000001 | 1010100 | 1000111 |
Color Harmonies of #F378C8
Complementary color
Monochromatic Colors of #F378C8
Black with #F378C8
Text Example
Text Example
White with #F378C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F378C8; }
p { color: rgb(243,120,200); }
H1.HeaderClassName
{
color: #F378C8;
}
.AnyTagClassName
{
color: #F378C8;
}
</style>
background-color css
<style>
a { background-color: #F378C8; }
a { background-color: rgb(243,120,200); }
div.DivClassName
{
background-color: #F378C8;
}
.BgClassName
{
background-color: #F378C8;
}
</style>
border-color css
<style>
span { border-color: #F378C8; }
span { border-color: rgb(243,120,200); }
td.TdClassName
{
border-color: #F378C8;
}
.TagClassName
{
border-color: #F378C8;
}
</style>