Shades of Neon Pink #FA5CCB
Tints of Neon Pink #FA5CCB
RGB
CMYK
RGB Variations
Color information
#FA5CCB (or 0xFA5CCB) is known color: Neon Pink. HEX triplet: FA, 5C and CB. RGB value is (250,92,203). Sum of RGB (Red+Green+Blue) = 250+92+203=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5CCB is #05A334. Grayscale: #979797. Windows color (decimal): -369461 or 13327610. OLE color: 13327610.
HSL color Cylindrical-coordinate representation of color #FA5CCB: hue angle of 317.85º 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 #FA5CCB is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 203 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.02 |
| HSL | 317.85º | 0.94% | 0.67% | - |
| HSV(B) | 317.85º | 0.63% | 0.98% | - |
| XYZ | 54.03 | 32.29 | 59.88 | - |
| YUV | 151.9 | 156.85 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 203 | 0 | 0.63 | 0.19 | 0.02 | 317.85 | 0.94 | 0.67 |
| Hex | FA | 5C | CB | 0 | 3F | 13 | 2 | 13E | 5E | 43 |
| Octal | 372 | 134 | 313 | 0 | 77 | 23 | 2 | 476 | 136 | 103 |
| Binary | 11111010 | 1011100 | 11001011 | 0 | 111111 | 10011 | 10 | 100111110 | 1011110 | 1000011 |
Color Harmonies of #FA5CCB
Complementary color
Monochromatic Colors of #FA5CCB
Black with #FA5CCB
Text Example
Text Example
White with #FA5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5CCB; }
p { color: rgb(250,92,203); }
H1.HeaderClassName
{
color: #FA5CCB;
}
.AnyTagClassName
{
color: #FA5CCB;
}
</style>
background-color css
<style>
a { background-color: #FA5CCB; }
a { background-color: rgb(250,92,203); }
div.DivClassName
{
background-color: #FA5CCB;
}
.BgClassName
{
background-color: #FA5CCB;
}
</style>
border-color css
<style>
span { border-color: #FA5CCB; }
span { border-color: rgb(250,92,203); }
td.TdClassName
{
border-color: #FA5CCB;
}
.TagClassName
{
border-color: #FA5CCB;
}
</style>