Shades of Neon Pink #FA67C3
Tints of Neon Pink #FA67C3
RGB
CMYK
RGB Variations
Color information
#FA67C3 (or 0xFA67C3) is known color: Neon Pink. HEX triplet: FA, 67 and C3. RGB value is (250,103,195). Sum of RGB (Red+Green+Blue) = 250+103+195=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 103 (40.62% from 255 or 18.80% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA67C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA67C3 is #05983C. Grayscale: #9D9D9D. Windows color (decimal): -366653 or 12806138. OLE color: 12806138.
HSL color Cylindrical-coordinate representation of color #FA67C3: hue angle of 322.45º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA67C3 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 195 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.02 |
| HSL | 322.45º | 0.94% | 0.69% | - |
| HSV(B) | 322.45º | 0.59% | 0.98% | - |
| XYZ | 54.12 | 33.96 | 55.33 | - |
| YUV | 157.44 | 149.2 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 195 | 0 | 0.59 | 0.22 | 0.02 | 322.45 | 0.94 | 0.69 |
| Hex | FA | 67 | C3 | 0 | 3B | 16 | 2 | 142 | 5E | 45 |
| Octal | 372 | 147 | 303 | 0 | 73 | 26 | 2 | 502 | 136 | 105 |
| Binary | 11111010 | 1100111 | 11000011 | 0 | 111011 | 10110 | 10 | 101000010 | 1011110 | 1000101 |
Color Harmonies of #FA67C3
Complementary color
Monochromatic Colors of #FA67C3
Black with #FA67C3
Text Example
Text Example
White with #FA67C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA67C3; }
p { color: rgb(250,103,195); }
H1.HeaderClassName
{
color: #FA67C3;
}
.AnyTagClassName
{
color: #FA67C3;
}
</style>
background-color css
<style>
a { background-color: #FA67C3; }
a { background-color: rgb(250,103,195); }
div.DivClassName
{
background-color: #FA67C3;
}
.BgClassName
{
background-color: #FA67C3;
}
</style>
border-color css
<style>
span { border-color: #FA67C3; }
span { border-color: rgb(250,103,195); }
td.TdClassName
{
border-color: #FA67C3;
}
.TagClassName
{
border-color: #FA67C3;
}
</style>