Shades of Neon Pink #F260CB
Tints of Neon Pink #F260CB
RGB
CMYK
RGB Variations
Color information
#F260CB (or 0xF260CB) is known color: Neon Pink. HEX triplet: F2, 60 and CB. RGB value is (242,96,203). Sum of RGB (Red+Green+Blue) = 242+96+203=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F260CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F260CB is #0D9F34. Grayscale: #979797. Windows color (decimal): -892725 or 13328626. OLE color: 13328626.
HSL color Cylindrical-coordinate representation of color #F260CB: hue angle of 316.03º 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 #F260CB is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 203 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.05 |
| HSL | 316.03º | 0.85% | 0.66% | - |
| HSV(B) | 316.03º | 0.6% | 0.95% | - |
| XYZ | 51.58 | 31.55 | 59.87 | - |
| YUV | 151.85 | 156.87 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 203 | 0 | 0.60 | 0.16 | 0.05 | 316.03 | 0.85 | 0.66 |
| Hex | F2 | 60 | CB | 0 | 3C | 10 | 5 | 13C | 55 | 42 |
| Octal | 362 | 140 | 313 | 0 | 74 | 20 | 5 | 474 | 125 | 102 |
| Binary | 11110010 | 1100000 | 11001011 | 0 | 111100 | 10000 | 101 | 100111100 | 1010101 | 1000010 |
Color Harmonies of #F260CB
Complementary color
Monochromatic Colors of #F260CB
Black with #F260CB
Text Example
Text Example
White with #F260CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260CB; }
p { color: rgb(242,96,203); }
H1.HeaderClassName
{
color: #F260CB;
}
.AnyTagClassName
{
color: #F260CB;
}
</style>
background-color css
<style>
a { background-color: #F260CB; }
a { background-color: rgb(242,96,203); }
div.DivClassName
{
background-color: #F260CB;
}
.BgClassName
{
background-color: #F260CB;
}
</style>
border-color css
<style>
span { border-color: #F260CB; }
span { border-color: rgb(242,96,203); }
td.TdClassName
{
border-color: #F260CB;
}
.TagClassName
{
border-color: #F260CB;
}
</style>