Shades of Neon Pink #FF63C7
Tints of Neon Pink #FF63C7
RGB
CMYK
RGB Variations
Color information
#FF63C7 (or 0xFF63C7) is known color: Neon Pink. HEX triplet: FF, 63 and C7. RGB value is (255,99,199). Sum of RGB (Red+Green+Blue) = 255+99+199=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63C7 is #009C38. Grayscale: #9C9C9C. Windows color (decimal): -39993 or 13067263. OLE color: 13067263.
HSL color Cylindrical-coordinate representation of color #FF63C7: hue angle of 321.54º 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 #FF63C7 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 199 | - |
| CMYK | 0 | 0.61 | 0.22 | 0 |
| HSL | 321.54º | 1% | 0.69% | - |
| HSV(B) | 321.54º | 0.61% | 1% | - |
| XYZ | 56.01 | 34.31 | 57.7 | - |
| YUV | 157.04 | 151.68 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 199 | 0 | 0.61 | 0.22 | 0 | 321.54 | 1 | 0.69 |
| Hex | FF | 63 | C7 | 0 | 3D | 16 | 0 | 142 | 64 | 45 |
| Octal | 377 | 143 | 307 | 0 | 75 | 26 | 0 | 502 | 144 | 105 |
| Binary | 11111111 | 1100011 | 11000111 | 0 | 111101 | 10110 | 0 | 101000010 | 1100100 | 1000101 |
Color Harmonies of #FF63C7
Complementary color
Monochromatic Colors of #FF63C7
Black with #FF63C7
Text Example
Text Example
White with #FF63C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63C7; }
p { color: rgb(255,99,199); }
H1.HeaderClassName
{
color: #FF63C7;
}
.AnyTagClassName
{
color: #FF63C7;
}
</style>
background-color css
<style>
a { background-color: #FF63C7; }
a { background-color: rgb(255,99,199); }
div.DivClassName
{
background-color: #FF63C7;
}
.BgClassName
{
background-color: #FF63C7;
}
</style>
border-color css
<style>
span { border-color: #FF63C7; }
span { border-color: rgb(255,99,199); }
td.TdClassName
{
border-color: #FF63C7;
}
.TagClassName
{
border-color: #FF63C7;
}
</style>