#FA6DCA

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

Shades of Neon Pink #FA6DCA

Tints of Neon Pink #FA6DCA

Color information

#FA6DCA (or 0xFA6DCA) is unknown color: approx Neon Pink. HEX triplet: FA, 6D and CA. RGB value is (250,109,202). Sum of RGB (Red+Green+Blue) = 250+109+202=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DCA is #059235. Grayscale: #A1A1A1. Windows color (decimal): -365110 or 13266426. OLE color: 13266426.

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

Color convert

RGB250109202-
CMYK00.560.190.02
HSL320.43º93.38%70.39%-
HSV(B)320.43º56.4%98.04%-
XYZ55.5535.5359.81-
YUV161.76150.71190.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.56%
GREEN value IS 109 (42.97% from 255) = 19.43%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=44.56%
G=19.43%
B=36.01%

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
Decimal25010920200.560.190.02320.4393.3870.39
HexFA6DCA0381321405d46
Octal372155312070232500135106
Binary111110101101101110010100111000100111010100000010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6DCA; }

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

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

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

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

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

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

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

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