#FA67CE

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

Shades of Neon Pink #FA67CE

Tints of Neon Pink #FA67CE

Color information

#FA67CE (or 0xFA67CE) is unknown color: approx Neon Pink. HEX triplet: FA, 67 and CE. RGB value is (250,103,206). Sum of RGB (Red+Green+Blue) = 250+103+206=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 103 (40.62% from 255 or 18.43% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA67CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA67CE is #059831. Grayscale: #9E9E9E. Windows color (decimal): -366642 or 13527034. OLE color: 13527034.

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

Color convert

RGB250103206-
CMYK00.590.180.02
HSL317.96º93.63%69.22%-
HSV(B)317.96º58.8%98.04%-
XYZ55.4234.4862.13-
YUV158.7154.7193.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 103 (40.62% from 255) = 18.43%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=44.72%
G=18.43%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010320600.590.180.02317.9693.6369.22
HexFA67CE03B12213e5e45
Octal372147316073222476136105
Binary111110101100111110011100111011100101010011111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA67CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA67CE; }

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

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

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

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

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

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

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

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