Shades of Neon Pink #FF6AD0
Tints of Neon Pink #FF6AD0
RGB
CMYK
RGB Variations
Color information
#FF6AD0 (or 0xFF6AD0) is known color: Neon Pink. HEX triplet: FF, 6A and D0. RGB value is (255,106,208). Sum of RGB (Red+Green+Blue) = 255+106+208=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 106 (41.80% from 255 or 18.63% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6AD0 is #00952F. Grayscale: #A1A1A1. Windows color (decimal): -38192 or 13658879. OLE color: 13658879.
HSL color Cylindrical-coordinate representation of color #FF6AD0: hue angle of 318.93º 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 #FF6AD0 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 208 | - |
| CMYK | 0 | 0.58 | 0.18 | 0 |
| HSL | 318.93º | 1% | 0.71% | - |
| HSV(B) | 318.93º | 0.58% | 1% | - |
| XYZ | 57.78 | 36.12 | 63.6 | - |
| YUV | 162.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 208 | 0 | 0.58 | 0.18 | 0 | 318.93 | 1 | 0.71 |
| Hex | FF | 6A | D0 | 0 | 3A | 12 | 0 | 13F | 64 | 47 |
| Octal | 377 | 152 | 320 | 0 | 72 | 22 | 0 | 477 | 144 | 107 |
| Binary | 11111111 | 1101010 | 11010000 | 0 | 111010 | 10010 | 0 | 100111111 | 1100100 | 1000111 |
Color Harmonies of #FF6AD0
Complementary color
Monochromatic Colors of #FF6AD0
Black with #FF6AD0
Text Example
Text Example
White with #FF6AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6AD0; }
p { color: rgb(255,106,208); }
H1.HeaderClassName
{
color: #FF6AD0;
}
.AnyTagClassName
{
color: #FF6AD0;
}
</style>
background-color css
<style>
a { background-color: #FF6AD0; }
a { background-color: rgb(255,106,208); }
div.DivClassName
{
background-color: #FF6AD0;
}
.BgClassName
{
background-color: #FF6AD0;
}
</style>
border-color css
<style>
span { border-color: #FF6AD0; }
span { border-color: rgb(255,106,208); }
td.TdClassName
{
border-color: #FF6AD0;
}
.TagClassName
{
border-color: #FF6AD0;
}
</style>