#FA69C7

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

Shades of Neon Pink #FA69C7

Tints of Neon Pink #FA69C7

Color information

#FA69C7 (or 0xFA69C7) is unknown color: approx Neon Pink. HEX triplet: FA, 69 and C7. RGB value is (250,105,199). Sum of RGB (Red+Green+Blue) = 250+105+199=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA69C7 is #059638. Grayscale: #9E9E9E. Windows color (decimal): -366137 or 13068794. OLE color: 13068794.

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

Color convert

RGB250105199-
CMYK00.580.200.02
HSL321.1º93.55%69.61%-
HSV(B)321.1º58%98.04%-
XYZ54.7834.5557.81-
YUV159.07150.54192.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.13%
GREEN value IS 105 (41.41% from 255) = 18.95%
BLUE value IS 199 (78.12% from 255) = 35.92%
R=45.13%
G=18.95%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010519900.580.200.02321.193.5569.61
HexFA69C703A1421415e46
Octal372151307072242501136106
Binary111110101101001110001110111010101001010100000110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA69C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA69C7; }

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

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

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

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

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

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

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

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