Shades of Neon Pink #FF63DD
Tints of Neon Pink #FF63DD
RGB
CMYK
RGB Variations
Color information
#FF63DD (or 0xFF63DD) is known color: Neon Pink. HEX triplet: FF, 63 and DD. RGB value is (255,99,221). Sum of RGB (Red+Green+Blue) = 255+99+221=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 99 (39.06% from 255 or 17.22% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63DD is #009C22. Grayscale: #9F9F9F. Windows color (decimal): -39971 or 14509055. OLE color: 14509055.
HSL color Cylindrical-coordinate representation of color #FF63DD: hue angle of 313.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 #FF63DD is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 221 | - |
| CMYK | 0 | 0.61 | 0.13 | 0 |
| HSL | 313.08º | 1% | 0.69% | - |
| HSV(B) | 313.08º | 0.61% | 1% | - |
| XYZ | 58.75 | 35.4 | 72.14 | - |
| YUV | 159.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 221 | 0 | 0.61 | 0.13 | 0 | 313.08 | 1 | 0.69 |
| Hex | FF | 63 | DD | 0 | 3D | D | 0 | 139 | 64 | 45 |
| Octal | 377 | 143 | 335 | 0 | 75 | 15 | 0 | 471 | 144 | 105 |
| Binary | 11111111 | 1100011 | 11011101 | 0 | 111101 | 1101 | 0 | 100111001 | 1100100 | 1000101 |
Color Harmonies of #FF63DD
Complementary color
Monochromatic Colors of #FF63DD
Black with #FF63DD
Text Example
Text Example
White with #FF63DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63DD; }
p { color: rgb(255,99,221); }
H1.HeaderClassName
{
color: #FF63DD;
}
.AnyTagClassName
{
color: #FF63DD;
}
</style>
background-color css
<style>
a { background-color: #FF63DD; }
a { background-color: rgb(255,99,221); }
div.DivClassName
{
background-color: #FF63DD;
}
.BgClassName
{
background-color: #FF63DD;
}
</style>
border-color css
<style>
span { border-color: #FF63DD; }
span { border-color: rgb(255,99,221); }
td.TdClassName
{
border-color: #FF63DD;
}
.TagClassName
{
border-color: #FF63DD;
}
</style>