#FA69C8

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

Shades of Neon Pink #FA69C8

Tints of Neon Pink #FA69C8

Color information

#FA69C8 (or 0xFA69C8) is unknown color: approx Neon Pink. HEX triplet: FA, 69 and C8. RGB value is (250,105,200). Sum of RGB (Red+Green+Blue) = 250+105+200=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA69C8 is #059637. Grayscale: #9E9E9E. Windows color (decimal): -366136 or 13134330. OLE color: 13134330.

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

Color convert

RGB250105200-
CMYK00.580.20.02
HSL320.69º93.55%69.61%-
HSV(B)320.69º58%98.04%-
XYZ54.934.658.43-
YUV159.18151.04192.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.05%
GREEN value IS 105 (41.41% from 255) = 18.92%
BLUE value IS 200 (78.52% from 255) = 36.04%
R=45.05%
G=18.92%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010520000.580.20.02320.6993.5569.61
HexFA69C803A1421415e46
Octal372151310072242501136106
Binary111110101101001110010000111010101001010100000110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA69C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA69C8; }

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

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

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

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

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

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

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

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