Shades of Neon Pink #FF6CCC
Tints of Neon Pink #FF6CCC
RGB
CMYK
RGB Variations
Color information
#FF6CCC (or 0xFF6CCC) is known color: Neon Pink. HEX triplet: FF, 6C and CC. RGB value is (255,108,204). Sum of RGB (Red+Green+Blue) = 255+108+204=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CCC is #009333. Grayscale: #A2A2A2. Windows color (decimal): -37684 or 13397247. OLE color: 13397247.
HSL color Cylindrical-coordinate representation of color #FF6CCC: hue angle of 320.82º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6CCC is Cyan = 0, Magento = 0.58, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 204 | - |
| CMYK | 0 | 0.58 | 0.2 | 0 |
| HSL | 320.82º | 1% | 0.71% | - |
| HSV(B) | 320.82º | 0.58% | 1% | - |
| XYZ | 57.5 | 36.34 | 61.11 | - |
| YUV | 162.9 | 151.2 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 204 | 0 | 0.58 | 0.2 | 0 | 320.82 | 1 | 0.71 |
| Hex | FF | 6C | CC | 0 | 3A | 14 | 0 | 141 | 64 | 47 |
| Octal | 377 | 154 | 314 | 0 | 72 | 24 | 0 | 501 | 144 | 107 |
| Binary | 11111111 | 1101100 | 11001100 | 0 | 111010 | 10100 | 0 | 101000001 | 1100100 | 1000111 |
Color Harmonies of #FF6CCC
Complementary color
Monochromatic Colors of #FF6CCC
Black with #FF6CCC
Text Example
Text Example
White with #FF6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CCC; }
p { color: rgb(255,108,204); }
H1.HeaderClassName
{
color: #FF6CCC;
}
.AnyTagClassName
{
color: #FF6CCC;
}
</style>
background-color css
<style>
a { background-color: #FF6CCC; }
a { background-color: rgb(255,108,204); }
div.DivClassName
{
background-color: #FF6CCC;
}
.BgClassName
{
background-color: #FF6CCC;
}
</style>
border-color css
<style>
span { border-color: #FF6CCC; }
span { border-color: rgb(255,108,204); }
td.TdClassName
{
border-color: #FF6CCC;
}
.TagClassName
{
border-color: #FF6CCC;
}
</style>