Html Css Color HEX #FA71CC Neon Pink

📋 copy color: '#FA71CC'

red 250 ◦ green 113 ◦ blue 204

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

Shades of Neon Pink #FA71CC

Tints of Neon Pink #FA71CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.93%

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

R = 44.09%
G = 19.93%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA71CC (or 0xFA71CC) is known color: Neon Pink. HEX triplet: FA, 71 and CC. RGB value is (250,113,204). Sum of RGB (Red+Green+Blue) = 250+113+204=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71CC is #058E33. Grayscale: #A4A4A4. Windows color (decimal): -364084 or 13398522. OLE color: 13398522.

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

Color convert

RGB 250 113 204 -
CMYK 0 0.55 0.18 0.02
HSL 320.15º 0.93% 0.71% -
HSV(B) 320.15º 0.55% 0.98% -
XYZ 56.23 36.49 61.21 -
YUV 164.34 150.39 189.1 -
System Red Green Blue C M Y K H S L
Decimal 250 113 204 0 0.55 0.18 0.02 320.15 0.93 0.71
Hex FA 71 CC 0 37 12 2 140 5D 47
Octal 372 161 314 0 67 22 2 500 135 107
Binary 11111010 1110001 11001100 0 110111 10010 10 101000000 1011101 1000111

Color Harmonies of #FA71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA71CC

Black with #FA71CC

Text Example


Text Example

White with #FA71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA71CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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