Html Css Color HEX #FA63C9 Neon Pink

📋 copy color: '#FA63C9'

red 250 ◦ green 99 ◦ blue 201

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

Shades of Neon Pink #FA63C9

Tints of Neon Pink #FA63C9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18%

 BLUE value IS 201 (78.91% from 255) = 36.55%

R = 45.45%
G = 18%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA63C9 (or 0xFA63C9) is known color: Neon Pink. HEX triplet: FA, 63 and C9. RGB value is (250,99,201). Sum of RGB (Red+Green+Blue) = 250+99+201=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63C9 is #059C36. Grayscale: #9B9B9B. Windows color (decimal): -367671 or 13198330. OLE color: 13198330.

HSL color Cylindrical-coordinate representation of color #FA63C9: hue angle of 319.47º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA63C9 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 99 201 -
CMYK 0 0.60 0.20 0.02
HSL 319.47º 0.94% 0.68% -
HSV(B) 319.47º 0.6% 0.98% -
XYZ 54.43 33.46 58.85 -
YUV 155.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 250 99 201 0 0.60 0.20 0.02 319.47 0.94 0.68
Hex FA 63 C9 0 3C 14 2 13F 5E 44
Octal 372 143 311 0 74 24 2 477 136 104
Binary 11111010 1100011 11001001 0 111100 10100 10 100111111 1011110 1000100

Color Harmonies of #FA63C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA63C9

Black with #FA63C9

Text Example


Text Example

White with #FA63C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA63C9; }

 p { color: rgb(250,99,201); }

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

background-color css

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

 a { background-color: rgb(250,99,201); }

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

border-color css

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

 span { border-color: rgb(250,99,201); }

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