Html Css Color HEX #FA59C3 Neon Pink

📋 copy color: '#FA59C3'

red 250 ◦ green 89 ◦ blue 195

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

Shades of Neon Pink #FA59C3

Tints of Neon Pink #FA59C3

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.67%

 BLUE value IS 195 (76.56% from 255) = 36.52%

R = 46.82%
G = 16.67%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA59C3 (or 0xFA59C3) is known color: Neon Pink. HEX triplet: FA, 59 and C3. RGB value is (250,89,195). Sum of RGB (Red+Green+Blue) = 250+89+195=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA59C3 is #05A63C. Grayscale: #949494. Windows color (decimal): -370237 or 12802554. OLE color: 12802554.

HSL color Cylindrical-coordinate representation of color #FA59C3: hue angle of 320.5º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA59C3 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 89 195 -
CMYK 0 0.64 0.22 0.02
HSL 320.5º 0.94% 0.66% -
HSV(B) 320.5º 0.64% 0.98% -
XYZ 52.85 31.41 54.91 -
YUV 149.22 153.84 199.88 -
System Red Green Blue C M Y K H S L
Decimal 250 89 195 0 0.64 0.22 0.02 320.5 0.94 0.66
Hex FA 59 C3 0 40 16 2 140 5E 42
Octal 372 131 303 0 100 26 2 500 136 102
Binary 11111010 1011001 11000011 0 1000000 10110 10 101000000 1011110 1000010

Color Harmonies of #FA59C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA59C3

Black with #FA59C3

Text Example


Text Example

White with #FA59C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA59C3; }

 p { color: rgb(250,89,195); }

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

background-color css

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

 a { background-color: rgb(250,89,195); }

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

border-color css

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

 span { border-color: rgb(250,89,195); }

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