Html Css Color HEX #FA6FC3 Neon Pink

📋 copy color: '#FA6FC3'

red 250 ◦ green 111 ◦ blue 195

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

Shades of Neon Pink #FA6FC3

Tints of Neon Pink #FA6FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.07%

R = 44.96%
G = 19.96%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA6FC3 (or 0xFA6FC3) is known color: Neon Pink. HEX triplet: FA, 6F and C3. RGB value is (250,111,195). Sum of RGB (Red+Green+Blue) = 250+111+195=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FC3 is #05903C. Grayscale: #A1A1A1. Windows color (decimal): -364605 or 12808186. OLE color: 12808186.

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

Color convert

RGB 250 111 195 -
CMYK 0 0.56 0.22 0.02
HSL 323.74º 0.93% 0.71% -
HSV(B) 323.74º 0.56% 0.98% -
XYZ 54.96 35.63 55.61 -
YUV 162.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 250 111 195 0 0.56 0.22 0.02 323.74 0.93 0.71
Hex FA 6F C3 0 38 16 2 144 5D 47
Octal 372 157 303 0 70 26 2 504 135 107
Binary 11111010 1101111 11000011 0 111000 10110 10 101000100 1011101 1000111

Color Harmonies of #FA6FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6FC3

Black with #FA6FC3

Text Example


Text Example

White with #FA6FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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