Html Css Color HEX #FA6CC2 Neon Pink

📋 copy color: '#FA6CC2'

red 250 ◦ green 108 ◦ blue 194

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

Shades of Neon Pink #FA6CC2

Tints of Neon Pink #FA6CC2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.57%

 BLUE value IS 194 (76.17% from 255) = 35.14%

R = 45.29%
G = 19.57%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA6CC2 (or 0xFA6CC2) is known color: Neon Pink. HEX triplet: FA, 6C and C2. RGB value is (250,108,194). Sum of RGB (Red+Green+Blue) = 250+108+194=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CC2 is #05933D. Grayscale: #A0A0A0. Windows color (decimal): -365374 or 12741882. OLE color: 12741882.

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

Color convert

RGB 250 108 194 -
CMYK 0 0.57 0.22 0.02
HSL 323.66º 0.93% 0.7% -
HSV(B) 323.66º 0.57% 0.98% -
XYZ 54.52 34.94 54.91 -
YUV 160.26 147.04 192.01 -
System Red Green Blue C M Y K H S L
Decimal 250 108 194 0 0.57 0.22 0.02 323.66 0.93 0.7
Hex FA 6C C2 0 39 16 2 144 5D 46
Octal 372 154 302 0 71 26 2 504 135 106
Binary 11111010 1101100 11000010 0 111001 10110 10 101000100 1011101 1000110

Color Harmonies of #FA6CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6CC2

Black with #FA6CC2

Text Example


Text Example

White with #FA6CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6CC2; }

 p { color: rgb(250,108,194); }

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

background-color css

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

 a { background-color: rgb(250,108,194); }

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

border-color css

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

 span { border-color: rgb(250,108,194); }

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