Shades of Neon Pink #F354C5
Tints of Neon Pink #F354C5
RGB
CMYK
RGB Variations
Color information
#F354C5 (or 0xF354C5) is known color: Neon Pink. HEX triplet: F3, 54 and C5. RGB value is (243,84,197). Sum of RGB (Red+Green+Blue) = 243+84+197=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 84 (33.20% from 255 or 16.03% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F354C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F354C5 is #0CAB3A. Grayscale: #909090. Windows color (decimal): -830267 or 12932339. OLE color: 12932339.
HSL color Cylindrical-coordinate representation of color #F354C5: hue angle of 317.36º 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 #F354C5 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 197 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.05 |
| HSL | 317.36º | 0.87% | 0.64% | - |
| HSV(B) | 317.36º | 0.65% | 0.95% | - |
| XYZ | 50.21 | 29.43 | 55.86 | - |
| YUV | 144.42 | 157.68 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 197 | 0 | 0.65 | 0.19 | 0.05 | 317.36 | 0.87 | 0.64 |
| Hex | F3 | 54 | C5 | 0 | 41 | 13 | 5 | 13D | 57 | 40 |
| Octal | 363 | 124 | 305 | 0 | 101 | 23 | 5 | 475 | 127 | 100 |
| Binary | 11110011 | 1010100 | 11000101 | 0 | 1000001 | 10011 | 101 | 100111101 | 1010111 | 1000000 |
Color Harmonies of #F354C5
Complementary color
Monochromatic Colors of #F354C5
Black with #F354C5
Text Example
Text Example
White with #F354C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F354C5; }
p { color: rgb(243,84,197); }
H1.HeaderClassName
{
color: #F354C5;
}
.AnyTagClassName
{
color: #F354C5;
}
</style>
background-color css
<style>
a { background-color: #F354C5; }
a { background-color: rgb(243,84,197); }
div.DivClassName
{
background-color: #F354C5;
}
.BgClassName
{
background-color: #F354C5;
}
</style>
border-color css
<style>
span { border-color: #F354C5; }
span { border-color: rgb(243,84,197); }
td.TdClassName
{
border-color: #F354C5;
}
.TagClassName
{
border-color: #F354C5;
}
</style>