Shades of Neon Pink #F353C2
Tints of Neon Pink #F353C2
RGB
CMYK
RGB Variations
Color information
#F353C2 (or 0xF353C2) is known color: Neon Pink. HEX triplet: F3, 53 and C2. RGB value is (243,83,194). Sum of RGB (Red+Green+Blue) = 243+83+194=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 83 (32.81% from 255 or 15.96% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F353C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353C2 is #0CAC3D. Grayscale: #8F8F8F. Windows color (decimal): -830526 or 12735475. OLE color: 12735475.
HSL color Cylindrical-coordinate representation of color #F353C2: hue angle of 318.38º 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 #F353C2 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 194 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.05 |
| HSL | 318.38º | 0.87% | 0.64% | - |
| HSV(B) | 318.38º | 0.66% | 0.95% | - |
| XYZ | 49.79 | 29.14 | 54.04 | - |
| YUV | 143.49 | 156.51 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 194 | 0 | 0.66 | 0.20 | 0.05 | 318.38 | 0.87 | 0.64 |
| Hex | F3 | 53 | C2 | 0 | 42 | 14 | 5 | 13E | 57 | 40 |
| Octal | 363 | 123 | 302 | 0 | 102 | 24 | 5 | 476 | 127 | 100 |
| Binary | 11110011 | 1010011 | 11000010 | 0 | 1000010 | 10100 | 101 | 100111110 | 1010111 | 1000000 |
Color Harmonies of #F353C2
Complementary color
Monochromatic Colors of #F353C2
Black with #F353C2
Text Example
Text Example
White with #F353C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353C2; }
p { color: rgb(243,83,194); }
H1.HeaderClassName
{
color: #F353C2;
}
.AnyTagClassName
{
color: #F353C2;
}
</style>
background-color css
<style>
a { background-color: #F353C2; }
a { background-color: rgb(243,83,194); }
div.DivClassName
{
background-color: #F353C2;
}
.BgClassName
{
background-color: #F353C2;
}
</style>
border-color css
<style>
span { border-color: #F353C2; }
span { border-color: rgb(243,83,194); }
td.TdClassName
{
border-color: #F353C2;
}
.TagClassName
{
border-color: #F353C2;
}
</style>