Html Css Color HEX #FA6FCC Neon Pink

📋 copy color: '#FA6FCC'

red 250 ◦ green 111 ◦ blue 204

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

Shades of Neon Pink #FA6FCC

Tints of Neon Pink #FA6FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.65%

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

R = 44.25%
G = 19.65%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA6FCC (or 0xFA6FCC) is known color: Neon Pink. HEX triplet: FA, 6F and CC. RGB value is (250,111,204). Sum of RGB (Red+Green+Blue) = 250+111+204=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FCC is #059033. Grayscale: #A2A2A2. Windows color (decimal): -364596 or 13398010. OLE color: 13398010.

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

Color convert

RGB 250 111 204 -
CMYK 0 0.56 0.18 0.02
HSL 319.86º 0.93% 0.71% -
HSV(B) 319.86º 0.56% 0.98% -
XYZ 56.01 36.05 61.13 -
YUV 163.16 151.05 189.94 -
System Red Green Blue C M Y K H S L
Decimal 250 111 204 0 0.56 0.18 0.02 319.86 0.93 0.71
Hex FA 6F CC 0 38 12 2 140 5D 47
Octal 372 157 314 0 70 22 2 500 135 107
Binary 11111010 1101111 11001100 0 111000 10010 10 101000000 1011101 1000111

Color Harmonies of #FA6FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6FCC

Black with #FA6FCC

Text Example


Text Example

White with #FA6FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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