#FA6DC7

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

Shades of Neon Pink #FA6DC7

Tints of Neon Pink #FA6DC7

Color information

#FA6DC7 (or 0xFA6DC7) is unknown color: approx Neon Pink. HEX triplet: FA, 6D and C7. RGB value is (250,109,199). Sum of RGB (Red+Green+Blue) = 250+109+199=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 109 (42.97% from 255 or 19.53% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DC7 is #059238. Grayscale: #A1A1A1. Windows color (decimal): -365113 or 13069818. OLE color: 13069818.

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

Color convert

RGB250109199-
CMYK00.560.200.02
HSL321.7º93.38%70.39%-
HSV(B)321.7º56.4%98.04%-
XYZ55.235.3857.95-
YUV161.42149.21191.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.80%
GREEN value IS 109 (42.97% from 255) = 19.53%
BLUE value IS 199 (78.12% from 255) = 35.66%
R=44.80%
G=19.53%
B=35.66%

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
Decimal25010919900.560.200.02321.793.3870.39
HexFA6DC70381421425d46
Octal372155307070242502135106
Binary111110101101101110001110111000101001010100001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6DC7; }

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

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

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

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

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

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

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

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