Html Css Color HEX #FA64C7 Neon Pink

📋 copy color: '#FA64C7'

red 250 ◦ green 100 ◦ blue 199

#FA64C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FA64C7

Tints of Neon Pink #FA64C7

RGB

 RED value IS 250 (98.05% from 255) = 45.54%

 GREEN value IS 100 (39.45% from 255) = 18.21%

 BLUE value IS 199 (78.13% from 255) = 36.25%

R = 45.54%
G = 18.21%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA64C7 (or 0xFA64C7) is known color: Neon Pink. HEX triplet: FA, 64 and C7. RGB value is (250,100,199). Sum of RGB (Red+Green+Blue) = 250+100+199=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 100 (39.45% from 255 or 18.21% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64C7 is #059B38. Grayscale: #9B9B9B. Windows color (decimal): -367417 or 13067514. OLE color: 13067514.

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

Color convert

RGB 250 100 199 -
CMYK 0 0.6 0.20 0.02
HSL 320.4º 0.94% 0.69% -
HSV(B) 320.4º 0.6% 0.98% -
XYZ 54.29 33.56 57.65 -
YUV 156.14 152.2 194.95 -
System Red Green Blue C M Y K H S L
Decimal 250 100 199 0 0.6 0.20 0.02 320.4 0.94 0.69
Hex FA 64 C7 0 3C 14 2 140 5E 45
Octal 372 144 307 0 74 24 2 500 136 105
Binary 11111010 1100100 11000111 0 111100 10100 10 101000000 1011110 1000101

Color Harmonies of #FA64C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64C7

Black with #FA64C7

Text Example


Text Example

White with #FA64C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64C7; }

 p { color: rgb(250,100,199); }

 H1.HeaderClassName
 {
   color: #FA64C7;
 }
 .AnyTagClassName
 {
   color: #FA64C7;
 }
</style>

background-color css

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

 a { background-color: rgb(250,100,199); }

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

border-color css

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

 span { border-color: rgb(250,100,199); }

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