Html Css Color HEX #FA64DA Neon Pink

📋 copy color: '#FA64DA'

red 250 ◦ green 100 ◦ blue 218

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

Shades of Neon Pink #FA64DA

Tints of Neon Pink #FA64DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 44.01%
G = 17.61%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA64DA (or 0xFA64DA) is known color: Neon Pink. HEX triplet: FA, 64 and DA. RGB value is (250,100,218). Sum of RGB (Red+Green+Blue) = 250+100+218=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 100 (39.45% from 255 or 17.61% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64DA is #059B25. Grayscale: #9D9D9D. Windows color (decimal): -367398 or 14312698. OLE color: 14312698.

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

Color convert

RGB 250 100 218 -
CMYK 0 0.6 0.13 0.02
HSL 312.8º 0.94% 0.69% -
HSV(B) 312.8º 0.6% 0.98% -
XYZ 56.64 34.5 70 -
YUV 158.3 161.7 193.41 -
System Red Green Blue C M Y K H S L
Decimal 250 100 218 0 0.6 0.13 0.02 312.8 0.94 0.69
Hex FA 64 DA 0 3C D 2 139 5E 45
Octal 372 144 332 0 74 15 2 471 136 105
Binary 11111010 1100100 11011010 0 111100 1101 10 100111001 1011110 1000101

Color Harmonies of #FA64DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64DA

Black with #FA64DA

Text Example


Text Example

White with #FA64DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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