#FA67CD

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

Shades of Neon Pink #FA67CD

Tints of Neon Pink #FA67CD

Color information

#FA67CD (or 0xFA67CD) is unknown color: approx Neon Pink. HEX triplet: FA, 67 and CD. RGB value is (250,103,205). Sum of RGB (Red+Green+Blue) = 250+103+205=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 103 (40.62% from 255 or 18.46% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA67CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA67CD is #059832. Grayscale: #9E9E9E. Windows color (decimal): -366643 or 13461498. OLE color: 13461498.

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

Color convert

RGB250103205-
CMYK00.590.180.02
HSL318.37º93.63%69.22%-
HSV(B)318.37º58.8%98.04%-
XYZ55.2934.4361.49-
YUV158.58154.2193.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.80%
GREEN value IS 103 (40.62% from 255) = 18.46%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=44.80%
G=18.46%
B=36.74%

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
Decimal25010320500.590.180.02318.3793.6369.22
HexFA67CD03B12213e5e45
Octal372147315073222476136105
Binary111110101100111110011010111011100101010011111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA67CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA67CD; }

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

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

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

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

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

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

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

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