Html Css Color HEX #FA64CC Neon Pink

📋 copy color: '#FA64CC'

red 250 ◦ green 100 ◦ blue 204

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

Shades of Neon Pink #FA64CC

Tints of Neon Pink #FA64CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 45.13%
G = 18.05%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA64CC (or 0xFA64CC) is known color: Neon Pink. HEX triplet: FA, 64 and CC. RGB value is (250,100,204). Sum of RGB (Red+Green+Blue) = 250+100+204=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64CC is #059B33. Grayscale: #9C9C9C. Windows color (decimal): -367412 or 13395194. OLE color: 13395194.

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

Color convert

RGB 250 100 204 -
CMYK 0 0.6 0.18 0.02
HSL 318.4º 0.94% 0.69% -
HSV(B) 318.4º 0.6% 0.98% -
XYZ 54.88 33.8 60.76 -
YUV 156.71 154.7 194.54 -
System Red Green Blue C M Y K H S L
Decimal 250 100 204 0 0.6 0.18 0.02 318.4 0.94 0.69
Hex FA 64 CC 0 3C 12 2 13E 5E 45
Octal 372 144 314 0 74 22 2 476 136 105
Binary 11111010 1100100 11001100 0 111100 10010 10 100111110 1011110 1000101

Color Harmonies of #FA64CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64CC

Black with #FA64CC

Text Example


Text Example

White with #FA64CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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