Shades of Neon Pink #F353C5
Tints of Neon Pink #F353C5
RGB
CMYK
RGB Variations
Color information
#F353C5 (or 0xF353C5) is known color: Neon Pink. HEX triplet: F3, 53 and C5. RGB value is (243,83,197). Sum of RGB (Red+Green+Blue) = 243+83+197=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F353C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353C5 is #0CAC3A. Grayscale: #8F8F8F. Windows color (decimal): -830523 or 12932083. OLE color: 12932083.
HSL color Cylindrical-coordinate representation of color #F353C5: hue angle of 317.25º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F353C5 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 197 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.05 |
| HSL | 317.25º | 0.87% | 0.64% | - |
| HSV(B) | 317.25º | 0.66% | 0.95% | - |
| XYZ | 50.13 | 29.27 | 55.83 | - |
| YUV | 143.84 | 158.01 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 197 | 0 | 0.66 | 0.19 | 0.05 | 317.25 | 0.87 | 0.64 |
| Hex | F3 | 53 | C5 | 0 | 42 | 13 | 5 | 13D | 57 | 40 |
| Octal | 363 | 123 | 305 | 0 | 102 | 23 | 5 | 475 | 127 | 100 |
| Binary | 11110011 | 1010011 | 11000101 | 0 | 1000010 | 10011 | 101 | 100111101 | 1010111 | 1000000 |
Color Harmonies of #F353C5
Complementary color
Monochromatic Colors of #F353C5
Black with #F353C5
Text Example
Text Example
White with #F353C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353C5; }
p { color: rgb(243,83,197); }
H1.HeaderClassName
{
color: #F353C5;
}
.AnyTagClassName
{
color: #F353C5;
}
</style>
background-color css
<style>
a { background-color: #F353C5; }
a { background-color: rgb(243,83,197); }
div.DivClassName
{
background-color: #F353C5;
}
.BgClassName
{
background-color: #F353C5;
}
</style>
border-color css
<style>
span { border-color: #F353C5; }
span { border-color: rgb(243,83,197); }
td.TdClassName
{
border-color: #F353C5;
}
.TagClassName
{
border-color: #F353C5;
}
</style>