Html Css Color HEX #FA64C9 Neon Pink

📋 copy color: '#FA64C9'

red 250 ◦ green 100 ◦ blue 201

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

Shades of Neon Pink #FA64C9

Tints of Neon Pink #FA64C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.48%

R = 45.37%
G = 18.15%
B = 36.48%

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

#FA64C9 (or 0xFA64C9) is known color: Neon Pink. HEX triplet: FA, 64 and C9. RGB value is (250,100,201). Sum of RGB (Red+Green+Blue) = 250+100+201=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 100 (39.45% from 255 or 18.15% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64C9 is #059B36. Grayscale: #9C9C9C. Windows color (decimal): -367415 or 13198586. OLE color: 13198586.

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

Color convert

RGB 250 100 201 -
CMYK 0 0.6 0.20 0.02
HSL 319.6º 0.94% 0.69% -
HSV(B) 319.6º 0.6% 0.98% -
XYZ 54.52 33.66 58.88 -
YUV 156.36 153.2 194.79 -
System Red Green Blue C M Y K H S L
Decimal 250 100 201 0 0.6 0.20 0.02 319.6 0.94 0.69
Hex FA 64 C9 0 3C 14 2 140 5E 45
Octal 372 144 311 0 74 24 2 500 136 105
Binary 11111010 1100100 11001001 0 111100 10100 10 101000000 1011110 1000101

Color Harmonies of #FA64C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64C9

Black with #FA64C9

Text Example


Text Example

White with #FA64C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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