Shades of Neon Pink #FF63DA
Tints of Neon Pink #FF63DA
RGB
CMYK
RGB Variations
Color information
#FF63DA (or 0xFF63DA) is known color: Neon Pink. HEX triplet: FF, 63 and DA. RGB value is (255,99,218). Sum of RGB (Red+Green+Blue) = 255+99+218=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 99 (39.06% from 255 or 17.31% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63DA is #009C25. Grayscale: #9E9E9E. Windows color (decimal): -39974 or 14312447. OLE color: 14312447.
HSL color Cylindrical-coordinate representation of color #FF63DA: hue angle of 314.23º 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 #FF63DA is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 218 | - |
| CMYK | 0 | 0.61 | 0.15 | 0 |
| HSL | 314.23º | 1% | 0.69% | - |
| HSV(B) | 314.23º | 0.61% | 1% | - |
| XYZ | 58.36 | 35.25 | 70.06 | - |
| YUV | 159.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 218 | 0 | 0.61 | 0.15 | 0 | 314.23 | 1 | 0.69 |
| Hex | FF | 63 | DA | 0 | 3D | F | 0 | 13A | 64 | 45 |
| Octal | 377 | 143 | 332 | 0 | 75 | 17 | 0 | 472 | 144 | 105 |
| Binary | 11111111 | 1100011 | 11011010 | 0 | 111101 | 1111 | 0 | 100111010 | 1100100 | 1000101 |
Color Harmonies of #FF63DA
Complementary color
Monochromatic Colors of #FF63DA
Black with #FF63DA
Text Example
Text Example
White with #FF63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63DA; }
p { color: rgb(255,99,218); }
H1.HeaderClassName
{
color: #FF63DA;
}
.AnyTagClassName
{
color: #FF63DA;
}
</style>
background-color css
<style>
a { background-color: #FF63DA; }
a { background-color: rgb(255,99,218); }
div.DivClassName
{
background-color: #FF63DA;
}
.BgClassName
{
background-color: #FF63DA;
}
</style>
border-color css
<style>
span { border-color: #FF63DA; }
span { border-color: rgb(255,99,218); }
td.TdClassName
{
border-color: #FF63DA;
}
.TagClassName
{
border-color: #FF63DA;
}
</style>