#FA6FCB

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

Shades of Neon Pink #FA6FCB

Tints of Neon Pink #FA6FCB

Color information

#FA6FCB (or 0xFA6FCB) is unknown color: approx Neon Pink. HEX triplet: FA, 6F and CB. RGB value is (250,111,203). Sum of RGB (Red+Green+Blue) = 250+111+203=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FCB is #059034. Grayscale: #A2A2A2. Windows color (decimal): -364597 or 13332474. OLE color: 13332474.

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

Color convert

RGB250111203-
CMYK00.560.190.02
HSL320.29º93.29%70.78%-
HSV(B)320.29º55.6%98.04%-
XYZ55.893660.5-
YUV163.05150.55190.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.33%
GREEN value IS 111 (43.75% from 255) = 19.68%
BLUE value IS 203 (79.69% from 255) = 35.99%
R=44.33%
G=19.68%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011120300.560.190.02320.2993.2970.78
HexFA6FCB0381321405d47
Octal372157313070232500135107
Binary111110101101111110010110111000100111010100000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6FCB; }

 p { color: rgb(250,111,203); }

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

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

 a { background-color: rgb(250,111,203); }

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

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

 span { border-color: rgb(250,111,203); }

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