Html Css Color HEX #FA73CE Neon Pink

📋 copy color: '#FA73CE'

red 250 ◦ green 115 ◦ blue 206

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

Shades of Neon Pink #FA73CE

Tints of Neon Pink #FA73CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.14%

 BLUE value IS 206 (80.86% from 255) = 36.08%

R = 43.78%
G = 20.14%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA73CE (or 0xFA73CE) is known color: Neon Pink. HEX triplet: FA, 73 and CE. RGB value is (250,115,206). Sum of RGB (Red+Green+Blue) = 250+115+206=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 115 (45.31% from 255 or 20.14% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73CE is #058C31. Grayscale: #A5A5A5. Windows color (decimal): -363570 or 13530106. OLE color: 13530106.

HSL color Cylindrical-coordinate representation of color #FA73CE: hue angle of 319.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA73CE is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 115 206 -
CMYK 0 0.54 0.18 0.02
HSL 319.56º 0.93% 0.72% -
HSV(B) 319.56º 0.54% 0.98% -
XYZ 56.7 37.04 62.55 -
YUV 165.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 250 115 206 0 0.54 0.18 0.02 319.56 0.93 0.72
Hex FA 73 CE 0 36 12 2 140 5D 48
Octal 372 163 316 0 66 22 2 500 135 110
Binary 11111010 1110011 11001110 0 110110 10010 10 101000000 1011101 1001000

Color Harmonies of #FA73CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73CE

Black with #FA73CE

Text Example


Text Example

White with #FA73CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73CE; }

 p { color: rgb(250,115,206); }

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

background-color css

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

 a { background-color: rgb(250,115,206); }

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

border-color css

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

 span { border-color: rgb(250,115,206); }

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