Html Css Color HEX #FA5ECC Neon Pink

📋 copy color: '#FA5ECC'

red 250 ◦ green 94 ◦ blue 204

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

Shades of Neon Pink #FA5ECC

Tints of Neon Pink #FA5ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.23%

R = 45.62%
G = 17.15%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA5ECC (or 0xFA5ECC) is known color: Neon Pink. HEX triplet: FA, 5E and CC. RGB value is (250,94,204). Sum of RGB (Red+Green+Blue) = 250+94+204=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5ECC is #05A133. Grayscale: #989898. Windows color (decimal): -368948 or 13393658. OLE color: 13393658.

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

Color convert

RGB 250 94 204 -
CMYK 0 0.62 0.18 0.02
HSL 317.69º 0.94% 0.67% -
HSV(B) 317.69º 0.62% 0.98% -
XYZ 54.33 32.69 60.57 -
YUV 153.18 156.68 197.06 -
System Red Green Blue C M Y K H S L
Decimal 250 94 204 0 0.62 0.18 0.02 317.69 0.94 0.67
Hex FA 5E CC 0 3E 12 2 13E 5E 43
Octal 372 136 314 0 76 22 2 476 136 103
Binary 11111010 1011110 11001100 0 111110 10010 10 100111110 1011110 1000011

Color Harmonies of #FA5ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5ECC

Black with #FA5ECC

Text Example


Text Example

White with #FA5ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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