Html Css Color HEX #FA64C6 Neon Pink

📋 copy color: '#FA64C6'

red 250 ◦ green 100 ◦ blue 198

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

Shades of Neon Pink #FA64C6

Tints of Neon Pink #FA64C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.13%

R = 45.62%
G = 18.25%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA64C6 (or 0xFA64C6) is known color: Neon Pink. HEX triplet: FA, 64 and C6. RGB value is (250,100,198). Sum of RGB (Red+Green+Blue) = 250+100+198=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64C6 is #059B39. Grayscale: #9B9B9B. Windows color (decimal): -367418 or 13001978. OLE color: 13001978.

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

Color convert

RGB 250 100 198 -
CMYK 0 0.6 0.21 0.02
HSL 320.8º 0.94% 0.69% -
HSV(B) 320.8º 0.6% 0.98% -
XYZ 54.17 33.52 57.04 -
YUV 156.02 151.7 195.03 -
System Red Green Blue C M Y K H S L
Decimal 250 100 198 0 0.6 0.21 0.02 320.8 0.94 0.69
Hex FA 64 C6 0 3C 15 2 141 5E 45
Octal 372 144 306 0 74 25 2 501 136 105
Binary 11111010 1100100 11000110 0 111100 10101 10 101000001 1011110 1000101

Color Harmonies of #FA64C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64C6

Black with #FA64C6

Text Example


Text Example

White with #FA64C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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