Shades of Neon Pink #F355C6
Tints of Neon Pink #F355C6
RGB
CMYK
RGB Variations
Color information
#F355C6 (or 0xF355C6) is known color: Neon Pink. HEX triplet: F3, 55 and C6. RGB value is (243,85,198). Sum of RGB (Red+Green+Blue) = 243+85+198=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F355C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F355C6 is #0CAA39. Grayscale: #909090. Windows color (decimal): -830010 or 12998131. OLE color: 12998131.
HSL color Cylindrical-coordinate representation of color #F355C6: hue angle of 317.09º 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 #F355C6 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 85 | 198 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.05 |
| HSL | 317.09º | 0.87% | 0.64% | - |
| HSV(B) | 317.09º | 0.65% | 0.95% | - |
| XYZ | 50.4 | 29.63 | 56.49 | - |
| YUV | 145.12 | 157.85 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 198 | 0 | 0.65 | 0.19 | 0.05 | 317.09 | 0.87 | 0.64 |
| Hex | F3 | 55 | C6 | 0 | 41 | 13 | 5 | 13D | 57 | 40 |
| Octal | 363 | 125 | 306 | 0 | 101 | 23 | 5 | 475 | 127 | 100 |
| Binary | 11110011 | 1010101 | 11000110 | 0 | 1000001 | 10011 | 101 | 100111101 | 1010111 | 1000000 |
Color Harmonies of #F355C6
Complementary color
Monochromatic Colors of #F355C6
Black with #F355C6
Text Example
Text Example
White with #F355C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F355C6; }
p { color: rgb(243,85,198); }
H1.HeaderClassName
{
color: #F355C6;
}
.AnyTagClassName
{
color: #F355C6;
}
</style>
background-color css
<style>
a { background-color: #F355C6; }
a { background-color: rgb(243,85,198); }
div.DivClassName
{
background-color: #F355C6;
}
.BgClassName
{
background-color: #F355C6;
}
</style>
border-color css
<style>
span { border-color: #F355C6; }
span { border-color: rgb(243,85,198); }
td.TdClassName
{
border-color: #F355C6;
}
.TagClassName
{
border-color: #F355C6;
}
</style>