Shades of Neon Pink #F354C1
Tints of Neon Pink #F354C1
RGB
CMYK
RGB Variations
Color information
#F354C1 (or 0xF354C1) is known color: Neon Pink. HEX triplet: F3, 54 and C1. RGB value is (243,84,193). Sum of RGB (Red+Green+Blue) = 243+84+193=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F354C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F354C1 is #0CAB3E. Grayscale: #8F8F8F. Windows color (decimal): -830271 or 12670195. OLE color: 12670195.
HSL color Cylindrical-coordinate representation of color #F354C1: hue angle of 318.87º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F354C1 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 193 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.05 |
| HSL | 318.87º | 0.87% | 0.64% | - |
| HSV(B) | 318.87º | 0.65% | 0.95% | - |
| XYZ | 49.76 | 29.25 | 53.47 | - |
| YUV | 143.97 | 155.68 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 193 | 0 | 0.65 | 0.21 | 0.05 | 318.87 | 0.87 | 0.64 |
| Hex | F3 | 54 | C1 | 0 | 41 | 15 | 5 | 13F | 57 | 40 |
| Octal | 363 | 124 | 301 | 0 | 101 | 25 | 5 | 477 | 127 | 100 |
| Binary | 11110011 | 1010100 | 11000001 | 0 | 1000001 | 10101 | 101 | 100111111 | 1010111 | 1000000 |
Color Harmonies of #F354C1
Complementary color
Monochromatic Colors of #F354C1
Black with #F354C1
Text Example
Text Example
White with #F354C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F354C1; }
p { color: rgb(243,84,193); }
H1.HeaderClassName
{
color: #F354C1;
}
.AnyTagClassName
{
color: #F354C1;
}
</style>
background-color css
<style>
a { background-color: #F354C1; }
a { background-color: rgb(243,84,193); }
div.DivClassName
{
background-color: #F354C1;
}
.BgClassName
{
background-color: #F354C1;
}
</style>
border-color css
<style>
span { border-color: #F354C1; }
span { border-color: rgb(243,84,193); }
td.TdClassName
{
border-color: #F354C1;
}
.TagClassName
{
border-color: #F354C1;
}
</style>