Html Css Color HEX #FA56C9 Neon Pink

📋 copy color: '#FA56C9'

red 250 ◦ green 86 ◦ blue 201

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

Shades of Neon Pink #FA56C9

Tints of Neon Pink #FA56C9

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.01%

 BLUE value IS 201 (78.91% from 255) = 37.43%

R = 46.55%
G = 16.01%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA56C9 (or 0xFA56C9) is known color: Neon Pink. HEX triplet: FA, 56 and C9. RGB value is (250,86,201). Sum of RGB (Red+Green+Blue) = 250+86+201=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 86 (33.98% from 255 or 16.01% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA56C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA56C9 is #05A936. Grayscale: #939393. Windows color (decimal): -370999 or 13195002. OLE color: 13195002.

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

Color convert

RGB 250 86 201 -
CMYK 0 0.66 0.20 0.02
HSL 317.93º 0.94% 0.66% -
HSV(B) 317.93º 0.66% 0.98% -
XYZ 53.29 31.2 58.47 -
YUV 148.15 157.83 200.65 -
System Red Green Blue C M Y K H S L
Decimal 250 86 201 0 0.66 0.20 0.02 317.93 0.94 0.66
Hex FA 56 C9 0 42 14 2 13E 5E 42
Octal 372 126 311 0 102 24 2 476 136 102
Binary 11111010 1010110 11001001 0 1000010 10100 10 100111110 1011110 1000010

Color Harmonies of #FA56C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA56C9

Black with #FA56C9

Text Example


Text Example

White with #FA56C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA56C9; }

 p { color: rgb(250,86,201); }

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

background-color css

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

 a { background-color: rgb(250,86,201); }

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

border-color css

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

 span { border-color: rgb(250,86,201); }

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