Shades of Neon Pink #FF6ACE
Tints of Neon Pink #FF6ACE
RGB
CMYK
RGB Variations
Color information
#FF6ACE (or 0xFF6ACE) is known color: Neon Pink. HEX triplet: FF, 6A and CE. RGB value is (255,106,206). Sum of RGB (Red+Green+Blue) = 255+106+206=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 106 (41.80% from 255 or 18.69% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ACE is #009531. Grayscale: #A1A1A1. Windows color (decimal): -38194 or 13527807. OLE color: 13527807.
HSL color Cylindrical-coordinate representation of color #FF6ACE: hue angle of 319.73º 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 #FF6ACE is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 206 | - |
| CMYK | 0 | 0.58 | 0.19 | 0 |
| HSL | 319.73º | 1% | 0.71% | - |
| HSV(B) | 319.73º | 0.58% | 1% | - |
| XYZ | 57.53 | 36.02 | 62.31 | - |
| YUV | 161.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 206 | 0 | 0.58 | 0.19 | 0 | 319.73 | 1 | 0.71 |
| Hex | FF | 6A | CE | 0 | 3A | 13 | 0 | 140 | 64 | 47 |
| Octal | 377 | 152 | 316 | 0 | 72 | 23 | 0 | 500 | 144 | 107 |
| Binary | 11111111 | 1101010 | 11001110 | 0 | 111010 | 10011 | 0 | 101000000 | 1100100 | 1000111 |
Color Harmonies of #FF6ACE
Complementary color
Monochromatic Colors of #FF6ACE
Black with #FF6ACE
Text Example
Text Example
White with #FF6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6ACE; }
p { color: rgb(255,106,206); }
H1.HeaderClassName
{
color: #FF6ACE;
}
.AnyTagClassName
{
color: #FF6ACE;
}
</style>
background-color css
<style>
a { background-color: #FF6ACE; }
a { background-color: rgb(255,106,206); }
div.DivClassName
{
background-color: #FF6ACE;
}
.BgClassName
{
background-color: #FF6ACE;
}
</style>
border-color css
<style>
span { border-color: #FF6ACE; }
span { border-color: rgb(255,106,206); }
td.TdClassName
{
border-color: #FF6ACE;
}
.TagClassName
{
border-color: #FF6ACE;
}
</style>