Shades of Neon Pink #F95CCD
Tints of Neon Pink #F95CCD
RGB
CMYK
RGB Variations
Color information
#F95CCD (or 0xF95CCD) is known color: Neon Pink. HEX triplet: F9, 5C and CD. RGB value is (249,92,205). Sum of RGB (Red+Green+Blue) = 249+92+205=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F95CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95CCD is #06A332. Grayscale: #979797. Windows color (decimal): -434995 or 13458681. OLE color: 13458681.
HSL color Cylindrical-coordinate representation of color #F95CCD: hue angle of 316.82º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95CCD is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 92 | 205 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.02 |
| HSL | 316.82º | 0.93% | 0.67% | - |
| HSV(B) | 316.82º | 0.63% | 0.98% | - |
| XYZ | 53.91 | 32.2 | 61.13 | - |
| YUV | 151.83 | 158.01 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 92 | 205 | 0 | 0.63 | 0.18 | 0.02 | 316.82 | 0.93 | 0.67 |
| Hex | F9 | 5C | CD | 0 | 3F | 12 | 2 | 13D | 5D | 43 |
| Octal | 371 | 134 | 315 | 0 | 77 | 22 | 2 | 475 | 135 | 103 |
| Binary | 11111001 | 1011100 | 11001101 | 0 | 111111 | 10010 | 10 | 100111101 | 1011101 | 1000011 |
Color Harmonies of #F95CCD
Complementary color
Monochromatic Colors of #F95CCD
Black with #F95CCD
Text Example
Text Example
White with #F95CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95CCD; }
p { color: rgb(249,92,205); }
H1.HeaderClassName
{
color: #F95CCD;
}
.AnyTagClassName
{
color: #F95CCD;
}
</style>
background-color css
<style>
a { background-color: #F95CCD; }
a { background-color: rgb(249,92,205); }
div.DivClassName
{
background-color: #F95CCD;
}
.BgClassName
{
background-color: #F95CCD;
}
</style>
border-color css
<style>
span { border-color: #F95CCD; }
span { border-color: rgb(249,92,205); }
td.TdClassName
{
border-color: #F95CCD;
}
.TagClassName
{
border-color: #F95CCD;
}
</style>