Shades of Neon Pink #F260CD
Tints of Neon Pink #F260CD
RGB
CMYK
RGB Variations
Color information
#F260CD (or 0xF260CD) is known color: Neon Pink. HEX triplet: F2, 60 and CD. RGB value is (242,96,205). Sum of RGB (Red+Green+Blue) = 242+96+205=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F260CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F260CD is #0D9F32. Grayscale: #979797. Windows color (decimal): -892723 or 13459698. OLE color: 13459698.
HSL color Cylindrical-coordinate representation of color #F260CD: hue angle of 315.21º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F260CD is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 205 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.05 |
| HSL | 315.21º | 0.85% | 0.66% | - |
| HSV(B) | 315.21º | 0.6% | 0.95% | - |
| XYZ | 51.82 | 31.65 | 61.14 | - |
| YUV | 152.08 | 157.87 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 205 | 0 | 0.60 | 0.15 | 0.05 | 315.21 | 0.85 | 0.66 |
| Hex | F2 | 60 | CD | 0 | 3C | F | 5 | 13B | 55 | 42 |
| Octal | 362 | 140 | 315 | 0 | 74 | 17 | 5 | 473 | 125 | 102 |
| Binary | 11110010 | 1100000 | 11001101 | 0 | 111100 | 1111 | 101 | 100111011 | 1010101 | 1000010 |
Color Harmonies of #F260CD
Complementary color
Monochromatic Colors of #F260CD
Black with #F260CD
Text Example
Text Example
White with #F260CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260CD; }
p { color: rgb(242,96,205); }
H1.HeaderClassName
{
color: #F260CD;
}
.AnyTagClassName
{
color: #F260CD;
}
</style>
background-color css
<style>
a { background-color: #F260CD; }
a { background-color: rgb(242,96,205); }
div.DivClassName
{
background-color: #F260CD;
}
.BgClassName
{
background-color: #F260CD;
}
</style>
border-color css
<style>
span { border-color: #F260CD; }
span { border-color: rgb(242,96,205); }
td.TdClassName
{
border-color: #F260CD;
}
.TagClassName
{
border-color: #F260CD;
}
</style>