#FA69D2

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

Shades of Neon Pink #FA69D2

Tints of Neon Pink #FA69D2

Color information

#FA69D2 (or 0xFA69D2) is unknown color: approx Neon Pink. HEX triplet: FA, 69 and D2. RGB value is (250,105,210). Sum of RGB (Red+Green+Blue) = 250+105+210=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA69D2 is #05962D. Grayscale: #A0A0A0. Windows color (decimal): -366126 or 13789690. OLE color: 13789690.

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

Color convert

RGB250105210-
CMYK00.580.160.02
HSL316.55º93.55%69.61%-
HSV(B)316.55º58%98.04%-
XYZ56.1135.0864.79-
YUV160.32156.04191.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 105 (41.41% from 255) = 18.58%
BLUE value IS 210 (82.42% from 255) = 37.17%
R=44.25%
G=18.58%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010521000.580.160.02316.5593.5569.61
HexFA69D203A10213d5e46
Octal372151322072202475136106
Binary111110101101001110100100111010100001010011110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA69D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA69D2; }

 p { color: rgb(250,105,210); }

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

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

 a { background-color: rgb(250,105,210); }

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

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

 span { border-color: rgb(250,105,210); }

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