#FA67CC

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

Shades of Neon Pink #FA67CC

Tints of Neon Pink #FA67CC

Color information

#FA67CC (or 0xFA67CC) is unknown color: approx Neon Pink. HEX triplet: FA, 67 and CC. RGB value is (250,103,204). Sum of RGB (Red+Green+Blue) = 250+103+204=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 103 (40.62% from 255 or 18.49% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA67CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA67CC is #059833. Grayscale: #9E9E9E. Windows color (decimal): -366644 or 13395962. OLE color: 13395962.

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

Color convert

RGB250103204-
CMYK00.590.180.02
HSL318.78º93.63%69.22%-
HSV(B)318.78º58.8%98.04%-
XYZ55.1734.3860.86-
YUV158.47153.7193.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.88%
GREEN value IS 103 (40.62% from 255) = 18.49%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=44.88%
G=18.49%
B=36.62%

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
Decimal25010320400.590.180.02318.7893.6369.22
HexFA67CC03B12213f5e45
Octal372147314073222477136105
Binary111110101100111110011000111011100101010011111110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA67CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA67CC; }

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

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

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

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

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

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

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

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