Shades of Neon Pink #FA5CCF
Tints of Neon Pink #FA5CCF
RGB
CMYK
RGB Variations
Color information
#FA5CCF (or 0xFA5CCF) is known color: Neon Pink. HEX triplet: FA, 5C and CF. RGB value is (250,92,207). Sum of RGB (Red+Green+Blue) = 250+92+207=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 92 (36.33% from 255 or 16.76% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5CCF is #05A330. Grayscale: #989898. Windows color (decimal): -369457 or 13589754. OLE color: 13589754.
HSL color Cylindrical-coordinate representation of color #FA5CCF: hue angle of 316.33º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5CCF is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 207 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.02 |
| HSL | 316.33º | 0.94% | 0.67% | - |
| HSV(B) | 316.33º | 0.63% | 0.98% | - |
| XYZ | 54.51 | 32.48 | 62.43 | - |
| YUV | 152.35 | 158.85 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 207 | 0 | 0.63 | 0.17 | 0.02 | 316.33 | 0.94 | 0.67 |
| Hex | FA | 5C | CF | 0 | 3F | 11 | 2 | 13C | 5E | 43 |
| Octal | 372 | 134 | 317 | 0 | 77 | 21 | 2 | 474 | 136 | 103 |
| Binary | 11111010 | 1011100 | 11001111 | 0 | 111111 | 10001 | 10 | 100111100 | 1011110 | 1000011 |
Color Harmonies of #FA5CCF
Complementary color
Monochromatic Colors of #FA5CCF
Black with #FA5CCF
Text Example
Text Example
White with #FA5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5CCF; }
p { color: rgb(250,92,207); }
H1.HeaderClassName
{
color: #FA5CCF;
}
.AnyTagClassName
{
color: #FA5CCF;
}
</style>
background-color css
<style>
a { background-color: #FA5CCF; }
a { background-color: rgb(250,92,207); }
div.DivClassName
{
background-color: #FA5CCF;
}
.BgClassName
{
background-color: #FA5CCF;
}
</style>
border-color css
<style>
span { border-color: #FA5CCF; }
span { border-color: rgb(250,92,207); }
td.TdClassName
{
border-color: #FA5CCF;
}
.TagClassName
{
border-color: #FA5CCF;
}
</style>