#FA65CD

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

Shades of Neon Pink #FA65CD

Tints of Neon Pink #FA65CD

Color information

#FA65CD (or 0xFA65CD) is unknown color: approx Neon Pink. HEX triplet: FA, 65 and CD. RGB value is (250,101,205). Sum of RGB (Red+Green+Blue) = 250+101+205=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65CD is #059A32. Grayscale: #9D9D9D. Windows color (decimal): -367155 or 13460986. OLE color: 13460986.

HSL color Cylindrical-coordinate representation of color #FA65CD: hue angle of 318.12º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA65CD is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250101205-
CMYK00.600.180.02
HSL318.12º93.71%68.82%-
HSV(B)318.12º59.6%98.04%-
XYZ55.134.0461.42-
YUV157.41154.86194.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.96%
GREEN value IS 101 (39.84% from 255) = 18.17%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=44.96%
G=18.17%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010120500.600.180.02318.1293.7168.82
HexFA65CD03C12213e5e45
Octal372145315074222476136105
Binary111110101100101110011010111100100101010011111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA65CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA65CD; }

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

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

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

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

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

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

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

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