#FA67C3

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

Shades of Neon Pink #FA67C3

Tints of Neon Pink #FA67C3

Color information

#FA67C3 (or 0xFA67C3) is unknown color: approx Neon Pink. HEX triplet: FA, 67 and C3. RGB value is (250,103,195). Sum of RGB (Red+Green+Blue) = 250+103+195=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 103 (40.62% from 255 or 18.80% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA67C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA67C3 is #05983C. Grayscale: #9D9D9D. Windows color (decimal): -366653 or 12806138. OLE color: 12806138.

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

Color convert

RGB250103195-
CMYK00.590.220.02
HSL322.45º93.63%69.22%-
HSV(B)322.45º58.8%98.04%-
XYZ54.1233.9655.33-
YUV157.44149.2194.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.62%
GREEN value IS 103 (40.62% from 255) = 18.80%
BLUE value IS 195 (76.56% from 255) = 35.58%
R=45.62%
G=18.80%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010319500.590.220.02322.4593.6369.22
HexFA67C303B1621425e45
Octal372147303073262502136105
Binary111110101100111110000110111011101101010100001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA67C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA67C3; }

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

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

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

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

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

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

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

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