#FA67D0

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

Shades of Neon Pink #FA67D0

Tints of Neon Pink #FA67D0

Color information

#FA67D0 (or 0xFA67D0) is unknown color: approx Neon Pink. HEX triplet: FA, 67 and D0. RGB value is (250,103,208). Sum of RGB (Red+Green+Blue) = 250+103+208=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 103 (40.62% from 255 or 18.36% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA67D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA67D0 is #05982F. Grayscale: #9E9E9E. Windows color (decimal): -366640 or 13658106. OLE color: 13658106.

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

Color convert

RGB250103208-
CMYK00.590.170.02
HSL317.14º93.63%69.22%-
HSV(B)317.14º58.8%98.04%-
XYZ55.6634.5863.42-
YUV158.92155.7192.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.56%
GREEN value IS 103 (40.62% from 255) = 18.36%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=44.56%
G=18.36%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010320800.590.170.02317.1493.6369.22
HexFA67D003B11213d5e45
Octal372147320073212475136105
Binary111110101100111110100000111011100011010011110110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA67D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA67D0; }

 p { color: rgb(250,103,208); }

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

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

 a { background-color: rgb(250,103,208); }

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

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

 span { border-color: rgb(250,103,208); }

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