Shades of Neon Pink #FF60CE
Tints of Neon Pink #FF60CE
RGB
CMYK
RGB Variations
Color information
#FF60CE (or 0xFF60CE) is known color: Neon Pink. HEX triplet: FF, 60 and CE. RGB value is (255,96,206). Sum of RGB (Red+Green+Blue) = 255+96+206=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 96 (37.89% from 255 or 17.24% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60CE is #009F31. Grayscale: #9B9B9B. Windows color (decimal): -40754 or 13525247. OLE color: 13525247.
HSL color Cylindrical-coordinate representation of color #FF60CE: hue angle of 318.49º 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 #FF60CE is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 206 | - |
| CMYK | 0 | 0.62 | 0.19 | 0 |
| HSL | 318.49º | 1% | 0.69% | - |
| HSV(B) | 318.49º | 0.62% | 1% | - |
| XYZ | 56.56 | 34.08 | 61.99 | - |
| YUV | 156.08 | 156.18 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 206 | 0 | 0.62 | 0.19 | 0 | 318.49 | 1 | 0.69 |
| Hex | FF | 60 | CE | 0 | 3E | 13 | 0 | 13E | 64 | 45 |
| Octal | 377 | 140 | 316 | 0 | 76 | 23 | 0 | 476 | 144 | 105 |
| Binary | 11111111 | 1100000 | 11001110 | 0 | 111110 | 10011 | 0 | 100111110 | 1100100 | 1000101 |
Color Harmonies of #FF60CE
Complementary color
Monochromatic Colors of #FF60CE
Black with #FF60CE
Text Example
Text Example
White with #FF60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60CE; }
p { color: rgb(255,96,206); }
H1.HeaderClassName
{
color: #FF60CE;
}
.AnyTagClassName
{
color: #FF60CE;
}
</style>
background-color css
<style>
a { background-color: #FF60CE; }
a { background-color: rgb(255,96,206); }
div.DivClassName
{
background-color: #FF60CE;
}
.BgClassName
{
background-color: #FF60CE;
}
</style>
border-color css
<style>
span { border-color: #FF60CE; }
span { border-color: rgb(255,96,206); }
td.TdClassName
{
border-color: #FF60CE;
}
.TagClassName
{
border-color: #FF60CE;
}
</style>