#FA62CE

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

Shades of Neon Pink #FA62CE

Tints of Neon Pink #FA62CE

Color information

#FA62CE (or 0xFA62CE) is unknown color: approx Neon Pink. HEX triplet: FA, 62 and CE. RGB value is (250,98,206). Sum of RGB (Red+Green+Blue) = 250+98+206=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 98 (38.67% from 255 or 17.69% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA62CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA62CE is #059D31. Grayscale: #9B9B9B. Windows color (decimal): -367922 or 13525754. OLE color: 13525754.

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

Color convert

RGB25098206-
CMYK00.610.180.02
HSL317.37º93.83%68.24%-
HSV(B)317.37º60.8%98.04%-
XYZ54.9333.5261.97-
YUV155.76156.36195.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.13%
GREEN value IS 98 (38.67% from 255) = 17.69%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=45.13%
G=17.69%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509820600.610.180.02317.3793.8368.24
HexFA62CE03D12213d5e44
Octal372142316075222475136104
Binary111110101100010110011100111101100101010011110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA62CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA62CE; }

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

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

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

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

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

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

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

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