Shades of Neon Pink #F355C3
Tints of Neon Pink #F355C3
RGB
CMYK
RGB Variations
Color information
#F355C3 (or 0xF355C3) is known color: Neon Pink. HEX triplet: F3, 55 and C3. RGB value is (243,85,195). Sum of RGB (Red+Green+Blue) = 243+85+195=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F355C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F355C3 is #0CAA3C. Grayscale: #909090. Windows color (decimal): -830013 or 12801523. OLE color: 12801523.
HSL color Cylindrical-coordinate representation of color #F355C3: hue angle of 318.23º 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 #F355C3 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 85 | 195 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.05 |
| HSL | 318.23º | 0.87% | 0.64% | - |
| HSV(B) | 318.23º | 0.65% | 0.95% | - |
| XYZ | 50.06 | 29.49 | 54.68 | - |
| YUV | 144.78 | 156.35 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 195 | 0 | 0.65 | 0.20 | 0.05 | 318.23 | 0.87 | 0.64 |
| Hex | F3 | 55 | C3 | 0 | 41 | 14 | 5 | 13E | 57 | 40 |
| Octal | 363 | 125 | 303 | 0 | 101 | 24 | 5 | 476 | 127 | 100 |
| Binary | 11110011 | 1010101 | 11000011 | 0 | 1000001 | 10100 | 101 | 100111110 | 1010111 | 1000000 |
Color Harmonies of #F355C3
Complementary color
Monochromatic Colors of #F355C3
Black with #F355C3
Text Example
Text Example
White with #F355C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F355C3; }
p { color: rgb(243,85,195); }
H1.HeaderClassName
{
color: #F355C3;
}
.AnyTagClassName
{
color: #F355C3;
}
</style>
background-color css
<style>
a { background-color: #F355C3; }
a { background-color: rgb(243,85,195); }
div.DivClassName
{
background-color: #F355C3;
}
.BgClassName
{
background-color: #F355C3;
}
</style>
border-color css
<style>
span { border-color: #F355C3; }
span { border-color: rgb(243,85,195); }
td.TdClassName
{
border-color: #F355C3;
}
.TagClassName
{
border-color: #F355C3;
}
</style>