Html Css Color HEX #FA5CC5 Neon Pink

📋 copy color: '#FA5CC5'

red 250 ◦ green 92 ◦ blue 197

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

Shades of Neon Pink #FA5CC5

Tints of Neon Pink #FA5CC5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.07%

 BLUE value IS 197 (77.34% from 255) = 36.55%

R = 46.38%
G = 17.07%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA5CC5 (or 0xFA5CC5) is known color: Neon Pink. HEX triplet: FA, 5C and C5. RGB value is (250,92,197). Sum of RGB (Red+Green+Blue) = 250+92+197=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5CC5 is #05A33A. Grayscale: #969696. Windows color (decimal): -369467 or 12934394. OLE color: 12934394.

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

Color convert

RGB 250 92 197 -
CMYK 0 0.63 0.21 0.02
HSL 320.13º 0.94% 0.67% -
HSV(B) 320.13º 0.63% 0.98% -
XYZ 53.33 32.01 56.19 -
YUV 151.21 153.85 198.46 -
System Red Green Blue C M Y K H S L
Decimal 250 92 197 0 0.63 0.21 0.02 320.13 0.94 0.67
Hex FA 5C C5 0 3F 15 2 140 5E 43
Octal 372 134 305 0 77 25 2 500 136 103
Binary 11111010 1011100 11000101 0 111111 10101 10 101000000 1011110 1000011

Color Harmonies of #FA5CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5CC5

Black with #FA5CC5

Text Example


Text Example

White with #FA5CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5CC5; }

 p { color: rgb(250,92,197); }

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

background-color css

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

 a { background-color: rgb(250,92,197); }

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

border-color css

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

 span { border-color: rgb(250,92,197); }

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