Shades of Neon Pink #FF6ADE
Tints of Neon Pink #FF6ADE
RGB
CMYK
RGB Variations
Color information
#FF6ADE (or 0xFF6ADE) is known color: Neon Pink. HEX triplet: FF, 6A and DE. RGB value is (255,106,222). Sum of RGB (Red+Green+Blue) = 255+106+222=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 106 (41.80% from 255 or 18.18% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ADE is #009521. Grayscale: #A3A3A3. Windows color (decimal): -38178 or 14576383. OLE color: 14576383.
HSL color Cylindrical-coordinate representation of color #FF6ADE: hue angle of 313.29º 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 #FF6ADE is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 222 | - |
| CMYK | 0 | 0.58 | 0.13 | 0 |
| HSL | 313.29º | 1% | 0.71% | - |
| HSV(B) | 313.29º | 0.58% | 1% | - |
| XYZ | 59.58 | 36.84 | 73.08 | - |
| YUV | 163.78 | 160.86 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 222 | 0 | 0.58 | 0.13 | 0 | 313.29 | 1 | 0.71 |
| Hex | FF | 6A | DE | 0 | 3A | D | 0 | 139 | 64 | 47 |
| Octal | 377 | 152 | 336 | 0 | 72 | 15 | 0 | 471 | 144 | 107 |
| Binary | 11111111 | 1101010 | 11011110 | 0 | 111010 | 1101 | 0 | 100111001 | 1100100 | 1000111 |
Color Harmonies of #FF6ADE
Complementary color
Monochromatic Colors of #FF6ADE
Black with #FF6ADE
Text Example
Text Example
White with #FF6ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6ADE; }
p { color: rgb(255,106,222); }
H1.HeaderClassName
{
color: #FF6ADE;
}
.AnyTagClassName
{
color: #FF6ADE;
}
</style>
background-color css
<style>
a { background-color: #FF6ADE; }
a { background-color: rgb(255,106,222); }
div.DivClassName
{
background-color: #FF6ADE;
}
.BgClassName
{
background-color: #FF6ADE;
}
</style>
border-color css
<style>
span { border-color: #FF6ADE; }
span { border-color: rgb(255,106,222); }
td.TdClassName
{
border-color: #FF6ADE;
}
.TagClassName
{
border-color: #FF6ADE;
}
</style>