#FA6EC7

Color #FA6EC7 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FA6EC7

Tints of Neon Pink #FA6EC7

Color information

#FA6EC7 (or 0xFA6EC7) is unknown color: approx Neon Pink. HEX triplet: FA, 6E and C7. RGB value is (250,110,199). Sum of RGB (Red+Green+Blue) = 250+110+199=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 110 (43.36% from 255 or 19.68% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6EC7 is #059138. Grayscale: #A1A1A1. Windows color (decimal): -364857 or 13070074. OLE color: 13070074.

HSL color Cylindrical-coordinate representation of color #FA6EC7: hue angle of 321.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6EC7 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB250110199-
CMYK00.560.200.02
HSL321.86º93.33%70.59%-
HSV(B)321.86º56%98.04%-
XYZ55.3135.657.99-
YUV162.01148.88190.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 110 (43.36% from 255) = 19.68%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=44.72%
G=19.68%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011019900.560.200.02321.8693.3370.59
HexFA6EC70381421425d47
Octal372156307070242502135107
Binary111110101101110110001110111000101001010100001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6EC7; }

 p { color: rgb(250,110,199); }

 H1.HeaderClassName
 {
   color: #FA6EC7;
 }
 .AnyTagClassName
 {
   color: #FA6EC7;
 }
</style>
background-color css

<style>
 a { background-color: #FA6EC7; }

 a { background-color: rgb(250,110,199); }

 div.DivClassName
 {
   background-color: #FA6EC7;
 }
 .BgClassName
 {
   background-color: #FA6EC7;
 }
</style>
border-color css

<style>
 span { border-color: #FA6EC7; }

 span { border-color: rgb(250,110,199); }

 td.TdClassName
 {
   border-color: #FA6EC7;
 }
 .TagClassName
 {
   border-color: #FA6EC7;
 }
</style>