Shades of Neon Pink #FF60CB
Tints of Neon Pink #FF60CB
RGB
CMYK
RGB Variations
Color information
#FF60CB (or 0xFF60CB) is known color: Neon Pink. HEX triplet: FF, 60 and CB. RGB value is (255,96,203). Sum of RGB (Red+Green+Blue) = 255+96+203=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60CB is #009F34. Grayscale: #9B9B9B. Windows color (decimal): -40757 or 13328639. OLE color: 13328639.
HSL color Cylindrical-coordinate representation of color #FF60CB: hue angle of 319.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF60CB is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 203 | - |
| CMYK | 0 | 0.62 | 0.20 | 0 |
| HSL | 319.62º | 1% | 0.69% | - |
| HSV(B) | 319.62º | 0.62% | 1% | - |
| XYZ | 56.2 | 33.94 | 60.09 | - |
| YUV | 155.74 | 154.68 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 203 | 0 | 0.62 | 0.20 | 0 | 319.62 | 1 | 0.69 |
| Hex | FF | 60 | CB | 0 | 3E | 14 | 0 | 140 | 64 | 45 |
| Octal | 377 | 140 | 313 | 0 | 76 | 24 | 0 | 500 | 144 | 105 |
| Binary | 11111111 | 1100000 | 11001011 | 0 | 111110 | 10100 | 0 | 101000000 | 1100100 | 1000101 |
Color Harmonies of #FF60CB
Complementary color
Monochromatic Colors of #FF60CB
Black with #FF60CB
Text Example
Text Example
White with #FF60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60CB; }
p { color: rgb(255,96,203); }
H1.HeaderClassName
{
color: #FF60CB;
}
.AnyTagClassName
{
color: #FF60CB;
}
</style>
background-color css
<style>
a { background-color: #FF60CB; }
a { background-color: rgb(255,96,203); }
div.DivClassName
{
background-color: #FF60CB;
}
.BgClassName
{
background-color: #FF60CB;
}
</style>
border-color css
<style>
span { border-color: #FF60CB; }
span { border-color: rgb(255,96,203); }
td.TdClassName
{
border-color: #FF60CB;
}
.TagClassName
{
border-color: #FF60CB;
}
</style>