Html Css Color HEX #FA64D0 Neon Pink

📋 copy color: '#FA64D0'

red 250 ◦ green 100 ◦ blue 208

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

Shades of Neon Pink #FA64D0

Tints of Neon Pink #FA64D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.28%

R = 44.8%
G = 17.92%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA64D0 (or 0xFA64D0) is known color: Neon Pink. HEX triplet: FA, 64 and D0. RGB value is (250,100,208). Sum of RGB (Red+Green+Blue) = 250+100+208=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 100 (39.45% from 255 or 17.92% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64D0 is #059B2F. Grayscale: #9C9C9C. Windows color (decimal): -367408 or 13657338. OLE color: 13657338.

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

Color convert

RGB 250 100 208 -
CMYK 0 0.6 0.17 0.02
HSL 316.8º 0.94% 0.69% -
HSV(B) 316.8º 0.6% 0.98% -
XYZ 55.37 33.99 63.32 -
YUV 157.16 156.7 194.22 -
System Red Green Blue C M Y K H S L
Decimal 250 100 208 0 0.6 0.17 0.02 316.8 0.94 0.69
Hex FA 64 D0 0 3C 11 2 13D 5E 45
Octal 372 144 320 0 74 21 2 475 136 105
Binary 11111010 1100100 11010000 0 111100 10001 10 100111101 1011110 1000101

Color Harmonies of #FA64D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64D0

Black with #FA64D0

Text Example


Text Example

White with #FA64D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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