#FA6CD9

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

Shades of Neon Pink #FA6CD9

Tints of Neon Pink #FA6CD9

Color information

#FA6CD9 (or 0xFA6CD9) is unknown color: approx Neon Pink. HEX triplet: FA, 6C and D9. RGB value is (250,108,217). Sum of RGB (Red+Green+Blue) = 250+108+217=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 108 (42.58% from 255 or 18.78% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CD9 is #059326. Grayscale: #A2A2A2. Windows color (decimal): -365351 or 14249210. OLE color: 14249210.

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

Color convert

RGB250108217-
CMYK00.570.130.02
HSL313.94º93.42%70.2%-
HSV(B)313.94º56.8%98.04%-
XYZ57.3136.0669.59-
YUV162.88158.54190.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 108 (42.58% from 255) = 18.78%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=43.48%
G=18.78%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010821700.570.130.02313.9493.4270.2
HexFA6CD9039D213a5d46
Octal372154331071152472135106
Binary11111010110110011011001011100111011010011101010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6CD9; }

 p { color: rgb(250,108,217); }

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

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

 a { background-color: rgb(250,108,217); }

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

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

 span { border-color: rgb(250,108,217); }

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