Shades of Neon Pink #F355C1
Tints of Neon Pink #F355C1
RGB
CMYK
RGB Variations
Color information
#F355C1 (or 0xF355C1) is known color: Neon Pink. HEX triplet: F3, 55 and C1. RGB value is (243,85,193). Sum of RGB (Red+Green+Blue) = 243+85+193=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F355C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F355C1 is #0CAA3E. Grayscale: #909090. Windows color (decimal): -830015 or 12670451. OLE color: 12670451.
HSL color Cylindrical-coordinate representation of color #F355C1: hue angle of 318.99º 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 #F355C1 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 85 | 193 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.05 |
| HSL | 318.99º | 0.87% | 0.64% | - |
| HSV(B) | 318.99º | 0.65% | 0.95% | - |
| XYZ | 49.84 | 29.4 | 53.5 | - |
| YUV | 144.55 | 155.35 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 193 | 0 | 0.65 | 0.21 | 0.05 | 318.99 | 0.87 | 0.64 |
| Hex | F3 | 55 | C1 | 0 | 41 | 15 | 5 | 13F | 57 | 40 |
| Octal | 363 | 125 | 301 | 0 | 101 | 25 | 5 | 477 | 127 | 100 |
| Binary | 11110011 | 1010101 | 11000001 | 0 | 1000001 | 10101 | 101 | 100111111 | 1010111 | 1000000 |
Color Harmonies of #F355C1
Complementary color
Monochromatic Colors of #F355C1
Black with #F355C1
Text Example
Text Example
White with #F355C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F355C1; }
p { color: rgb(243,85,193); }
H1.HeaderClassName
{
color: #F355C1;
}
.AnyTagClassName
{
color: #F355C1;
}
</style>
background-color css
<style>
a { background-color: #F355C1; }
a { background-color: rgb(243,85,193); }
div.DivClassName
{
background-color: #F355C1;
}
.BgClassName
{
background-color: #F355C1;
}
</style>
border-color css
<style>
span { border-color: #F355C1; }
span { border-color: rgb(243,85,193); }
td.TdClassName
{
border-color: #F355C1;
}
.TagClassName
{
border-color: #F355C1;
}
</style>