Shades of Neon Pink #F35DCA
Tints of Neon Pink #F35DCA
RGB
CMYK
RGB Variations
Color information
#F35DCA (or 0xF35DCA) is known color: Neon Pink. HEX triplet: F3, 5D and CA. RGB value is (243,93,202). Sum of RGB (Red+Green+Blue) = 243+93+202=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F35DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35DCA is #0CA235. Grayscale: #959595. Windows color (decimal): -827958 or 13262323. OLE color: 13262323.
HSL color Cylindrical-coordinate representation of color #F35DCA: hue angle of 316.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F35DCA is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 93 | 202 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.05 |
| HSL | 316.4º | 0.86% | 0.66% | - |
| HSV(B) | 316.4º | 0.62% | 0.95% | - |
| XYZ | 51.54 | 31.15 | 59.17 | - |
| YUV | 150.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 93 | 202 | 0 | 0.62 | 0.17 | 0.05 | 316.4 | 0.86 | 0.66 |
| Hex | F3 | 5D | CA | 0 | 3E | 11 | 5 | 13C | 56 | 42 |
| Octal | 363 | 135 | 312 | 0 | 76 | 21 | 5 | 474 | 126 | 102 |
| Binary | 11110011 | 1011101 | 11001010 | 0 | 111110 | 10001 | 101 | 100111100 | 1010110 | 1000010 |
Color Harmonies of #F35DCA
Complementary color
Monochromatic Colors of #F35DCA
Black with #F35DCA
Text Example
Text Example
White with #F35DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35DCA; }
p { color: rgb(243,93,202); }
H1.HeaderClassName
{
color: #F35DCA;
}
.AnyTagClassName
{
color: #F35DCA;
}
</style>
background-color css
<style>
a { background-color: #F35DCA; }
a { background-color: rgb(243,93,202); }
div.DivClassName
{
background-color: #F35DCA;
}
.BgClassName
{
background-color: #F35DCA;
}
</style>
border-color css
<style>
span { border-color: #F35DCA; }
span { border-color: rgb(243,93,202); }
td.TdClassName
{
border-color: #F35DCA;
}
.TagClassName
{
border-color: #F35DCA;
}
</style>