Shades of Neon Pink #F357C5
Tints of Neon Pink #F357C5
RGB
CMYK
RGB Variations
Color information
#F357C5 (or 0xF357C5) is known color: Neon Pink. HEX triplet: F3, 57 and C5. RGB value is (243,87,197). Sum of RGB (Red+Green+Blue) = 243+87+197=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F357C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F357C5 is #0CA83A. Grayscale: #919191. Windows color (decimal): -829499 or 12933107. OLE color: 12933107.
HSL color Cylindrical-coordinate representation of color #F357C5: hue angle of 317.69º 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 #F357C5 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 87 | 197 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.05 |
| HSL | 317.69º | 0.87% | 0.65% | - |
| HSV(B) | 317.69º | 0.64% | 0.95% | - |
| XYZ | 50.45 | 29.9 | 55.94 | - |
| YUV | 146.18 | 156.68 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 87 | 197 | 0 | 0.64 | 0.19 | 0.05 | 317.69 | 0.87 | 0.65 |
| Hex | F3 | 57 | C5 | 0 | 40 | 13 | 5 | 13E | 57 | 41 |
| Octal | 363 | 127 | 305 | 0 | 100 | 23 | 5 | 476 | 127 | 101 |
| Binary | 11110011 | 1010111 | 11000101 | 0 | 1000000 | 10011 | 101 | 100111110 | 1010111 | 1000001 |
Color Harmonies of #F357C5
Complementary color
Monochromatic Colors of #F357C5
Black with #F357C5
Text Example
Text Example
White with #F357C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F357C5; }
p { color: rgb(243,87,197); }
H1.HeaderClassName
{
color: #F357C5;
}
.AnyTagClassName
{
color: #F357C5;
}
</style>
background-color css
<style>
a { background-color: #F357C5; }
a { background-color: rgb(243,87,197); }
div.DivClassName
{
background-color: #F357C5;
}
.BgClassName
{
background-color: #F357C5;
}
</style>
border-color css
<style>
span { border-color: #F357C5; }
span { border-color: rgb(243,87,197); }
td.TdClassName
{
border-color: #F357C5;
}
.TagClassName
{
border-color: #F357C5;
}
</style>