#FA68C1

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

Shades of Neon Pink #FA68C1

Tints of Neon Pink #FA68C1

Color information

#FA68C1 (or 0xFA68C1) is unknown color: approx Neon Pink. HEX triplet: FA, 68 and C1. RGB value is (250,104,193). Sum of RGB (Red+Green+Blue) = 250+104+193=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA68C1 is #05973E. Grayscale: #9D9D9D. Windows color (decimal): -366399 or 12675322. OLE color: 12675322.

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

Color convert

RGB250104193-
CMYK00.580.230.02
HSL323.42º93.59%69.41%-
HSV(B)323.42º58.4%98.04%-
XYZ5434.0754.18-
YUV157.8147.87193.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.70%
GREEN value IS 104 (41.02% from 255) = 19.01%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=45.70%
G=19.01%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010419300.580.230.02323.4293.5969.41
HexFA68C103A1721435e45
Octal372150301072272503136105
Binary111110101101000110000010111010101111010100001110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA68C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA68C1; }

 p { color: rgb(250,104,193); }

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

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

 a { background-color: rgb(250,104,193); }

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

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

 span { border-color: rgb(250,104,193); }

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