Shades of Neon Pink #FF63D0
Tints of Neon Pink #FF63D0
RGB
CMYK
RGB Variations
Color information
#FF63D0 (or 0xFF63D0) is known color: Neon Pink. HEX triplet: FF, 63 and D0. RGB value is (255,99,208). Sum of RGB (Red+Green+Blue) = 255+99+208=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 99 (39.06% from 255 or 17.62% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63D0 is #009C2F. Grayscale: #9D9D9D. Windows color (decimal): -39984 or 13657087. OLE color: 13657087.
HSL color Cylindrical-coordinate representation of color #FF63D0: hue angle of 318.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF63D0 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 208 | - |
| CMYK | 0 | 0.61 | 0.18 | 0 |
| HSL | 318.08º | 1% | 0.69% | - |
| HSV(B) | 318.08º | 0.61% | 1% | - |
| XYZ | 57.09 | 34.74 | 63.37 | - |
| YUV | 158.07 | 156.18 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 208 | 0 | 0.61 | 0.18 | 0 | 318.08 | 1 | 0.69 |
| Hex | FF | 63 | D0 | 0 | 3D | 12 | 0 | 13E | 64 | 45 |
| Octal | 377 | 143 | 320 | 0 | 75 | 22 | 0 | 476 | 144 | 105 |
| Binary | 11111111 | 1100011 | 11010000 | 0 | 111101 | 10010 | 0 | 100111110 | 1100100 | 1000101 |
Color Harmonies of #FF63D0
Complementary color
Monochromatic Colors of #FF63D0
Black with #FF63D0
Text Example
Text Example
White with #FF63D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63D0; }
p { color: rgb(255,99,208); }
H1.HeaderClassName
{
color: #FF63D0;
}
.AnyTagClassName
{
color: #FF63D0;
}
</style>
background-color css
<style>
a { background-color: #FF63D0; }
a { background-color: rgb(255,99,208); }
div.DivClassName
{
background-color: #FF63D0;
}
.BgClassName
{
background-color: #FF63D0;
}
</style>
border-color css
<style>
span { border-color: #FF63D0; }
span { border-color: rgb(255,99,208); }
td.TdClassName
{
border-color: #FF63D0;
}
.TagClassName
{
border-color: #FF63D0;
}
</style>