Html Css Color HEX #FA63CC Neon Pink

📋 copy color: '#FA63CC'

red 250 ◦ green 99 ◦ blue 204

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

Shades of Neon Pink #FA63CC

Tints of Neon Pink #FA63CC

RGB

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

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

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

R = 45.21%
G = 17.9%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA63CC (or 0xFA63CC) is known color: Neon Pink. HEX triplet: FA, 63 and CC. RGB value is (250,99,204). Sum of RGB (Red+Green+Blue) = 250+99+204=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63CC is #059C33. Grayscale: #9B9B9B. Windows color (decimal): -367668 or 13394938. OLE color: 13394938.

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

Color convert

RGB 250 99 204 -
CMYK 0 0.60 0.18 0.02
HSL 318.28º 0.94% 0.68% -
HSV(B) 318.28º 0.6% 0.98% -
XYZ 54.79 33.61 60.73 -
YUV 156.12 155.03 194.96 -
System Red Green Blue C M Y K H S L
Decimal 250 99 204 0 0.60 0.18 0.02 318.28 0.94 0.68
Hex FA 63 CC 0 3C 12 2 13E 5E 44
Octal 372 143 314 0 74 22 2 476 136 104
Binary 11111010 1100011 11001100 0 111100 10010 10 100111110 1011110 1000100

Color Harmonies of #FA63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA63CC

Black with #FA63CC

Text Example


Text Example

White with #FA63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA63CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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