Html Css Color HEX #FA5EC6 Neon Pink

📋 copy color: '#FA5EC6'

red 250 ◦ green 94 ◦ blue 198

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

Shades of Neon Pink #FA5EC6

Tints of Neon Pink #FA5EC6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.34%

 BLUE value IS 198 (77.73% from 255) = 36.53%

R = 46.13%
G = 17.34%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA5EC6 (or 0xFA5EC6) is known color: Neon Pink. HEX triplet: FA, 5E and C6. RGB value is (250,94,198). Sum of RGB (Red+Green+Blue) = 250+94+198=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5EC6 is #05A139. Grayscale: #989898. Windows color (decimal): -368954 or 13000442. OLE color: 13000442.

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

Color convert

RGB 250 94 198 -
CMYK 0 0.62 0.21 0.02
HSL 320º 0.94% 0.67% -
HSV(B) 320º 0.62% 0.98% -
XYZ 53.62 32.41 56.86 -
YUV 152.5 153.68 197.54 -
System Red Green Blue C M Y K H S L
Decimal 250 94 198 0 0.62 0.21 0.02 320 0.94 0.67
Hex FA 5E C6 0 3E 15 2 140 5E 43
Octal 372 136 306 0 76 25 2 500 136 103
Binary 11111010 1011110 11000110 0 111110 10101 10 101000000 1011110 1000011

Color Harmonies of #FA5EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EC6

Black with #FA5EC6

Text Example


Text Example

White with #FA5EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EC6; }

 p { color: rgb(250,94,198); }

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

background-color css

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

 a { background-color: rgb(250,94,198); }

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

border-color css

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

 span { border-color: rgb(250,94,198); }

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