Shades of Neon Pink #F357C7
Tints of Neon Pink #F357C7
RGB
CMYK
RGB Variations
Color information
#F357C7 (or 0xF357C7) is known color: Neon Pink. HEX triplet: F3, 57 and C7. RGB value is (243,87,199). Sum of RGB (Red+Green+Blue) = 243+87+199=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F357C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F357C7 is #0CA838. Grayscale: #929292. Windows color (decimal): -829497 or 13064179. OLE color: 13064179.
HSL color Cylindrical-coordinate representation of color #F357C7: hue angle of 316.92º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F357C7 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 87 | 199 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.05 |
| HSL | 316.92º | 0.87% | 0.65% | - |
| HSV(B) | 316.92º | 0.64% | 0.95% | - |
| XYZ | 50.68 | 29.99 | 57.15 | - |
| YUV | 146.41 | 157.68 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 87 | 199 | 0 | 0.64 | 0.18 | 0.05 | 316.92 | 0.87 | 0.65 |
| Hex | F3 | 57 | C7 | 0 | 40 | 12 | 5 | 13D | 57 | 41 |
| Octal | 363 | 127 | 307 | 0 | 100 | 22 | 5 | 475 | 127 | 101 |
| Binary | 11110011 | 1010111 | 11000111 | 0 | 1000000 | 10010 | 101 | 100111101 | 1010111 | 1000001 |
Color Harmonies of #F357C7
Complementary color
Monochromatic Colors of #F357C7
Black with #F357C7
Text Example
Text Example
White with #F357C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F357C7; }
p { color: rgb(243,87,199); }
H1.HeaderClassName
{
color: #F357C7;
}
.AnyTagClassName
{
color: #F357C7;
}
</style>
background-color css
<style>
a { background-color: #F357C7; }
a { background-color: rgb(243,87,199); }
div.DivClassName
{
background-color: #F357C7;
}
.BgClassName
{
background-color: #F357C7;
}
</style>
border-color css
<style>
span { border-color: #F357C7; }
span { border-color: rgb(243,87,199); }
td.TdClassName
{
border-color: #F357C7;
}
.TagClassName
{
border-color: #F357C7;
}
</style>