Shades of Neon Pink #FF6CD2
Tints of Neon Pink #FF6CD2
RGB
CMYK
RGB Variations
Color information
#FF6CD2 (or 0xFF6CD2) is known color: Neon Pink. HEX triplet: FF, 6C and D2. RGB value is (255,108,210). Sum of RGB (Red+Green+Blue) = 255+108+210=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 108 (42.58% from 255 or 18.85% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CD2 is #00932D. Grayscale: #A3A3A3. Windows color (decimal): -37678 or 13790463. OLE color: 13790463.
HSL color Cylindrical-coordinate representation of color #FF6CD2: hue angle of 318.37º 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 #FF6CD2 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 210 | - |
| CMYK | 0 | 0.58 | 0.18 | 0 |
| HSL | 318.37º | 1% | 0.71% | - |
| HSV(B) | 318.37º | 0.58% | 1% | - |
| XYZ | 58.24 | 36.64 | 64.98 | - |
| YUV | 163.58 | 154.2 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 210 | 0 | 0.58 | 0.18 | 0 | 318.37 | 1 | 0.71 |
| Hex | FF | 6C | D2 | 0 | 3A | 12 | 0 | 13E | 64 | 47 |
| Octal | 377 | 154 | 322 | 0 | 72 | 22 | 0 | 476 | 144 | 107 |
| Binary | 11111111 | 1101100 | 11010010 | 0 | 111010 | 10010 | 0 | 100111110 | 1100100 | 1000111 |
Color Harmonies of #FF6CD2
Complementary color
Monochromatic Colors of #FF6CD2
Black with #FF6CD2
Text Example
Text Example
White with #FF6CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CD2; }
p { color: rgb(255,108,210); }
H1.HeaderClassName
{
color: #FF6CD2;
}
.AnyTagClassName
{
color: #FF6CD2;
}
</style>
background-color css
<style>
a { background-color: #FF6CD2; }
a { background-color: rgb(255,108,210); }
div.DivClassName
{
background-color: #FF6CD2;
}
.BgClassName
{
background-color: #FF6CD2;
}
</style>
border-color css
<style>
span { border-color: #FF6CD2; }
span { border-color: rgb(255,108,210); }
td.TdClassName
{
border-color: #FF6CD2;
}
.TagClassName
{
border-color: #FF6CD2;
}
</style>