#FA6CD5

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

Shades of Neon Pink #FA6CD5

Tints of Neon Pink #FA6CD5

Color information

#FA6CD5 (or 0xFA6CD5) is unknown color: approx Neon Pink. HEX triplet: FA, 6C and D5. RGB value is (250,108,213). Sum of RGB (Red+Green+Blue) = 250+108+213=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 108 (42.58% from 255 or 18.91% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CD5 is #05932A. Grayscale: #A2A2A2. Windows color (decimal): -365355 or 13987066. OLE color: 13987066.

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

Color convert

RGB250108213-
CMYK00.570.150.02
HSL315.63º93.42%70.2%-
HSV(B)315.63º56.8%98.04%-
XYZ56.835.8566.88-
YUV162.43156.54190.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 108 (42.58% from 255) = 18.91%
BLUE value IS 213 (83.59% from 255) = 37.30%
R=43.78%
G=18.91%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010821300.570.150.02315.6393.4270.2
HexFA6CD5039F213c5d46
Octal372154325071172474135106
Binary11111010110110011010101011100111111010011110010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6CD5; }

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

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

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

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

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

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

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

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