#FA6FCA

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

Shades of Neon Pink #FA6FCA

Tints of Neon Pink #FA6FCA

Color information

#FA6FCA (or 0xFA6FCA) is unknown color: approx Neon Pink. HEX triplet: FA, 6F and CA. RGB value is (250,111,202). Sum of RGB (Red+Green+Blue) = 250+111+202=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FCA is #059035. Grayscale: #A2A2A2. Windows color (decimal): -364598 or 13266938. OLE color: 13266938.

HSL color Cylindrical-coordinate representation of color #FA6FCA: hue angle of 320.72º 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 #FA6FCA is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250111202-
CMYK00.560.190.02
HSL320.72º93.29%70.78%-
HSV(B)320.72º55.6%98.04%-
XYZ55.7735.9659.88-
YUV162.93150.05190.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 111 (43.75% from 255) = 19.72%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=44.40%
G=19.72%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011120200.560.190.02320.7293.2970.78
HexFA6FCA0381321415d47
Octal372157312070232501135107
Binary111110101101111110010100111000100111010100000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6FCA; }

 p { color: rgb(250,111,202); }

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

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

 a { background-color: rgb(250,111,202); }

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

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

 span { border-color: rgb(250,111,202); }

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