Html Css Color HEX #FA64D4 Neon Pink

📋 copy color: '#FA64D4'

red 250 ◦ green 100 ◦ blue 212

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

Shades of Neon Pink #FA64D4

Tints of Neon Pink #FA64D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.72%

R = 44.48%
G = 17.79%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA64D4 (or 0xFA64D4) is known color: Neon Pink. HEX triplet: FA, 64 and D4. RGB value is (250,100,212). Sum of RGB (Red+Green+Blue) = 250+100+212=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 100 (39.45% from 255 or 17.79% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64D4 is #059B2B. Grayscale: #9D9D9D. Windows color (decimal): -367404 or 13919482. OLE color: 13919482.

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

Color convert

RGB 250 100 212 -
CMYK 0 0.6 0.15 0.02
HSL 315.2º 0.94% 0.69% -
HSV(B) 315.2º 0.6% 0.98% -
XYZ 55.87 34.19 65.94 -
YUV 157.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 250 100 212 0 0.6 0.15 0.02 315.2 0.94 0.69
Hex FA 64 D4 0 3C F 2 13B 5E 45
Octal 372 144 324 0 74 17 2 473 136 105
Binary 11111010 1100100 11010100 0 111100 1111 10 100111011 1011110 1000101

Color Harmonies of #FA64D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64D4

Black with #FA64D4

Text Example


Text Example

White with #FA64D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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