Shades of Neon Pink #FF6CC3
Tints of Neon Pink #FF6CC3
RGB
CMYK
RGB Variations
Color information
#FF6CC3 (or 0xFF6CC3) is known color: Neon Pink. HEX triplet: FF, 6C and C3. RGB value is (255,108,195). Sum of RGB (Red+Green+Blue) = 255+108+195=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CC3 is #00933C. Grayscale: #A1A1A1. Windows color (decimal): -37693 or 12807423. OLE color: 12807423.
HSL color Cylindrical-coordinate representation of color #FF6CC3: hue angle of 324.49º 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 #FF6CC3 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 195 | - |
| CMYK | 0 | 0.58 | 0.24 | 0 |
| HSL | 324.49º | 1% | 0.71% | - |
| HSV(B) | 324.49º | 0.58% | 1% | - |
| XYZ | 56.45 | 35.93 | 55.59 | - |
| YUV | 161.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 195 | 0 | 0.58 | 0.24 | 0 | 324.49 | 1 | 0.71 |
| Hex | FF | 6C | C3 | 0 | 3A | 18 | 0 | 144 | 64 | 47 |
| Octal | 377 | 154 | 303 | 0 | 72 | 30 | 0 | 504 | 144 | 107 |
| Binary | 11111111 | 1101100 | 11000011 | 0 | 111010 | 11000 | 0 | 101000100 | 1100100 | 1000111 |
Color Harmonies of #FF6CC3
Complementary color
Monochromatic Colors of #FF6CC3
Black with #FF6CC3
Text Example
Text Example
White with #FF6CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CC3; }
p { color: rgb(255,108,195); }
H1.HeaderClassName
{
color: #FF6CC3;
}
.AnyTagClassName
{
color: #FF6CC3;
}
</style>
background-color css
<style>
a { background-color: #FF6CC3; }
a { background-color: rgb(255,108,195); }
div.DivClassName
{
background-color: #FF6CC3;
}
.BgClassName
{
background-color: #FF6CC3;
}
</style>
border-color css
<style>
span { border-color: #FF6CC3; }
span { border-color: rgb(255,108,195); }
td.TdClassName
{
border-color: #FF6CC3;
}
.TagClassName
{
border-color: #FF6CC3;
}
</style>