Html Css Color HEX #FA64C2 Neon Pink

📋 copy color: '#FA64C2'

red 250 ◦ green 100 ◦ blue 194

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

Shades of Neon Pink #FA64C2

Tints of Neon Pink #FA64C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.66%

R = 45.96%
G = 18.38%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA64C2 (or 0xFA64C2) is known color: Neon Pink. HEX triplet: FA, 64 and C2. RGB value is (250,100,194). Sum of RGB (Red+Green+Blue) = 250+100+194=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64C2 is #059B3D. Grayscale: #9B9B9B. Windows color (decimal): -367422 or 12739834. OLE color: 12739834.

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

Color convert

RGB 250 100 194 -
CMYK 0 0.6 0.22 0.02
HSL 322.4º 0.94% 0.69% -
HSV(B) 322.4º 0.6% 0.98% -
XYZ 53.72 33.33 54.64 -
YUV 155.57 149.7 195.36 -
System Red Green Blue C M Y K H S L
Decimal 250 100 194 0 0.6 0.22 0.02 322.4 0.94 0.69
Hex FA 64 C2 0 3C 16 2 142 5E 45
Octal 372 144 302 0 74 26 2 502 136 105
Binary 11111010 1100100 11000010 0 111100 10110 10 101000010 1011110 1000101

Color Harmonies of #FA64C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64C2

Black with #FA64C2

Text Example


Text Example

White with #FA64C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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