Html Css Color HEX #FA6ACB Neon Pink

📋 copy color: '#FA6ACB'

red 250 ◦ green 106 ◦ blue 203

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

Shades of Neon Pink #FA6ACB

Tints of Neon Pink #FA6ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.96%

 BLUE value IS 203 (79.69% from 255) = 36.31%

R = 44.72%
G = 18.96%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA6ACB (or 0xFA6ACB) is known color: Neon Pink. HEX triplet: FA, 6A and CB. RGB value is (250,106,203). Sum of RGB (Red+Green+Blue) = 250+106+203=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6ACB is #059534. Grayscale: #9F9F9F. Windows color (decimal): -365877 or 13331194. OLE color: 13331194.

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

Color convert

RGB 250 106 203 -
CMYK 0 0.58 0.19 0.02
HSL 319.58º 0.94% 0.7% -
HSV(B) 319.58º 0.58% 0.98% -
XYZ 55.36 34.94 60.33 -
YUV 160.11 152.21 192.11 -
System Red Green Blue C M Y K H S L
Decimal 250 106 203 0 0.58 0.19 0.02 319.58 0.94 0.7
Hex FA 6A CB 0 3A 13 2 140 5E 46
Octal 372 152 313 0 72 23 2 500 136 106
Binary 11111010 1101010 11001011 0 111010 10011 10 101000000 1011110 1000110

Color Harmonies of #FA6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6ACB

Black with #FA6ACB

Text Example


Text Example

White with #FA6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6ACB; }

 p { color: rgb(250,106,203); }

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

background-color css

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

 a { background-color: rgb(250,106,203); }

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

border-color css

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

 span { border-color: rgb(250,106,203); }

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