Html Css Color HEX #FA64D1 Neon Pink

📋 copy color: '#FA64D1'

red 250 ◦ green 100 ◦ blue 209

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

Shades of Neon Pink #FA64D1

Tints of Neon Pink #FA64D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.39%

R = 44.72%
G = 17.89%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA64D1 (or 0xFA64D1) is known color: Neon Pink. HEX triplet: FA, 64 and D1. RGB value is (250,100,209). Sum of RGB (Red+Green+Blue) = 250+100+209=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 100 (39.45% from 255 or 17.89% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64D1 is #059B2E. Grayscale: #9C9C9C. Windows color (decimal): -367407 or 13722874. OLE color: 13722874.

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

Color convert

RGB 250 100 209 -
CMYK 0 0.6 0.16 0.02
HSL 316.4º 0.94% 0.69% -
HSV(B) 316.4º 0.6% 0.98% -
XYZ 55.49 34.04 63.97 -
YUV 157.28 157.2 194.14 -
System Red Green Blue C M Y K H S L
Decimal 250 100 209 0 0.6 0.16 0.02 316.4 0.94 0.69
Hex FA 64 D1 0 3C 10 2 13C 5E 45
Octal 372 144 321 0 74 20 2 474 136 105
Binary 11111010 1100100 11010001 0 111100 10000 10 100111100 1011110 1000101

Color Harmonies of #FA64D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64D1

Black with #FA64D1

Text Example


Text Example

White with #FA64D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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