#FA70CA

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

Shades of Neon Pink #FA70CA

Tints of Neon Pink #FA70CA

Color information

#FA70CA (or 0xFA70CA) is unknown color: approx Neon Pink. HEX triplet: FA, 70 and CA. RGB value is (250,112,202). Sum of RGB (Red+Green+Blue) = 250+112+202=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA70CA is #058F35. Grayscale: #A3A3A3. Windows color (decimal): -364342 or 13267194. OLE color: 13267194.

HSL color Cylindrical-coordinate representation of color #FA70CA: hue angle of 320.87º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA70CA is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250112202-
CMYK00.550.190.02
HSL320.87º93.24%70.98%-
HSV(B)320.87º55.2%98.04%-
XYZ55.8836.1859.91-
YUV163.52149.72189.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.33%
GREEN value IS 112 (44.14% from 255) = 19.86%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=44.33%
G=19.86%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011220200.550.190.02320.8793.2470.98
HexFA70CA0371321415d47
Octal372160312067232501135107
Binary111110101110000110010100110111100111010100000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA70CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA70CA; }

 p { color: rgb(250,112,202); }

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

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

 a { background-color: rgb(250,112,202); }

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

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

 span { border-color: rgb(250,112,202); }

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