Shades of Neon Pink #FA6DCB
Tints of Neon Pink #FA6DCB
RGB
CMYK
RGB Variations
Color information
#FA6DCB (or 0xFA6DCB) is known color: Neon Pink. HEX triplet: FA, 6D and CB. RGB value is (250,109,203). Sum of RGB (Red+Green+Blue) = 250+109+203=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DCB is #059234. Grayscale: #A1A1A1. Windows color (decimal): -365109 or 13331962. OLE color: 13331962.
HSL color Cylindrical-coordinate representation of color #FA6DCB: hue angle of 320º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6DCB is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 203 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.02 |
| HSL | 320º | 0.93% | 0.7% | - |
| HSV(B) | 320º | 0.56% | 0.98% | - |
| XYZ | 55.67 | 35.57 | 60.43 | - |
| YUV | 161.88 | 151.21 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 203 | 0 | 0.56 | 0.19 | 0.02 | 320 | 0.93 | 0.7 |
| Hex | FA | 6D | CB | 0 | 38 | 13 | 2 | 140 | 5D | 46 |
| Octal | 372 | 155 | 313 | 0 | 70 | 23 | 2 | 500 | 135 | 106 |
| Binary | 11111010 | 1101101 | 11001011 | 0 | 111000 | 10011 | 10 | 101000000 | 1011101 | 1000110 |
Color Harmonies of #FA6DCB
Complementary color
Monochromatic Colors of #FA6DCB
Black with #FA6DCB
Text Example
Text Example
White with #FA6DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DCB; }
p { color: rgb(250,109,203); }
H1.HeaderClassName
{
color: #FA6DCB;
}
.AnyTagClassName
{
color: #FA6DCB;
}
</style>
background-color css
<style>
a { background-color: #FA6DCB; }
a { background-color: rgb(250,109,203); }
div.DivClassName
{
background-color: #FA6DCB;
}
.BgClassName
{
background-color: #FA6DCB;
}
</style>
border-color css
<style>
span { border-color: #FA6DCB; }
span { border-color: rgb(250,109,203); }
td.TdClassName
{
border-color: #FA6DCB;
}
.TagClassName
{
border-color: #FA6DCB;
}
</style>