Shades of Neon Pink #FF63C4
Tints of Neon Pink #FF63C4
RGB
CMYK
RGB Variations
Color information
#FF63C4 (or 0xFF63C4) is known color: Neon Pink. HEX triplet: FF, 63 and C4. RGB value is (255,99,196). Sum of RGB (Red+Green+Blue) = 255+99+196=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63C4 is #009C3B. Grayscale: #9C9C9C. Windows color (decimal): -39996 or 12870655. OLE color: 12870655.
HSL color Cylindrical-coordinate representation of color #FF63C4: hue angle of 322.69º 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 #FF63C4 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 196 | - |
| CMYK | 0 | 0.61 | 0.23 | 0 |
| HSL | 322.69º | 1% | 0.69% | - |
| HSV(B) | 322.69º | 0.61% | 1% | - |
| XYZ | 55.67 | 34.17 | 55.89 | - |
| YUV | 156.7 | 150.18 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 196 | 0 | 0.61 | 0.23 | 0 | 322.69 | 1 | 0.69 |
| Hex | FF | 63 | C4 | 0 | 3D | 17 | 0 | 143 | 64 | 45 |
| Octal | 377 | 143 | 304 | 0 | 75 | 27 | 0 | 503 | 144 | 105 |
| Binary | 11111111 | 1100011 | 11000100 | 0 | 111101 | 10111 | 0 | 101000011 | 1100100 | 1000101 |
Color Harmonies of #FF63C4
Complementary color
Monochromatic Colors of #FF63C4
Black with #FF63C4
Text Example
Text Example
White with #FF63C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63C4; }
p { color: rgb(255,99,196); }
H1.HeaderClassName
{
color: #FF63C4;
}
.AnyTagClassName
{
color: #FF63C4;
}
</style>
background-color css
<style>
a { background-color: #FF63C4; }
a { background-color: rgb(255,99,196); }
div.DivClassName
{
background-color: #FF63C4;
}
.BgClassName
{
background-color: #FF63C4;
}
</style>
border-color css
<style>
span { border-color: #FF63C4; }
span { border-color: rgb(255,99,196); }
td.TdClassName
{
border-color: #FF63C4;
}
.TagClassName
{
border-color: #FF63C4;
}
</style>