Html Css Color HEX #FA59C0 Neon Pink

📋 copy color: '#FA59C0'

red 250 ◦ green 89 ◦ blue 192

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

Shades of Neon Pink #FA59C0

Tints of Neon Pink #FA59C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.16%

R = 47.08%
G = 16.76%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA59C0 (or 0xFA59C0) is known color: Neon Pink. HEX triplet: FA, 59 and C0. RGB value is (250,89,192). Sum of RGB (Red+Green+Blue) = 250+89+192=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA59C0 is #05A63F. Grayscale: #949494. Windows color (decimal): -370240 or 12605946. OLE color: 12605946.

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

Color convert

RGB 250 89 192 -
CMYK 0 0.64 0.23 0.02
HSL 321.61º 0.94% 0.66% -
HSV(B) 321.61º 0.64% 0.98% -
XYZ 52.51 31.27 53.14 -
YUV 148.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 250 89 192 0 0.64 0.23 0.02 321.61 0.94 0.66
Hex FA 59 C0 0 40 17 2 142 5E 42
Octal 372 131 300 0 100 27 2 502 136 102
Binary 11111010 1011001 11000000 0 1000000 10111 10 101000010 1011110 1000010

Color Harmonies of #FA59C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA59C0

Black with #FA59C0

Text Example


Text Example

White with #FA59C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA59C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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