Html Css Color HEX #FA54C5 Neon Pink

📋 copy color: '#FA54C5'

red 250 ◦ green 84 ◦ blue 197

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

Shades of Neon Pink #FA54C5

Tints of Neon Pink #FA54C5

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.82%

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

R = 47.08%
G = 15.82%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA54C5 (or 0xFA54C5) is known color: Neon Pink. HEX triplet: FA, 54 and C5. RGB value is (250,84,197). Sum of RGB (Red+Green+Blue) = 250+84+197=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA54C5 is #05AB3A. Grayscale: #929292. Windows color (decimal): -371515 or 12932346. OLE color: 12932346.

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

Color convert

RGB 250 84 197 -
CMYK 0 0.66 0.21 0.02
HSL 319.16º 0.94% 0.65% -
HSV(B) 319.16º 0.66% 0.98% -
XYZ 52.67 30.7 55.97 -
YUV 146.52 156.5 201.81 -
System Red Green Blue C M Y K H S L
Decimal 250 84 197 0 0.66 0.21 0.02 319.16 0.94 0.65
Hex FA 54 C5 0 42 15 2 13F 5E 41
Octal 372 124 305 0 102 25 2 477 136 101
Binary 11111010 1010100 11000101 0 1000010 10101 10 100111111 1011110 1000001

Color Harmonies of #FA54C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA54C5

Black with #FA54C5

Text Example


Text Example

White with #FA54C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA54C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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