Html Css Color HEX #FA5BC2 Neon Pink

📋 copy color: '#FA5BC2'

red 250 ◦ green 91 ◦ blue 194

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

Shades of Neon Pink #FA5BC2

Tints of Neon Pink #FA5BC2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.01%

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

R = 46.73%
G = 17.01%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA5BC2 (or 0xFA5BC2) is known color: Neon Pink. HEX triplet: FA, 5B and C2. RGB value is (250,91,194). Sum of RGB (Red+Green+Blue) = 250+91+194=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5BC2 is #05A43D. Grayscale: #969696. Windows color (decimal): -369726 or 12737530. OLE color: 12737530.

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

Color convert

RGB 250 91 194 -
CMYK 0 0.64 0.22 0.02
HSL 321.13º 0.94% 0.67% -
HSV(B) 321.13º 0.64% 0.98% -
XYZ 52.9 31.7 54.37 -
YUV 150.28 152.68 199.12 -
System Red Green Blue C M Y K H S L
Decimal 250 91 194 0 0.64 0.22 0.02 321.13 0.94 0.67
Hex FA 5B C2 0 40 16 2 141 5E 43
Octal 372 133 302 0 100 26 2 501 136 103
Binary 11111010 1011011 11000010 0 1000000 10110 10 101000001 1011110 1000011

Color Harmonies of #FA5BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5BC2

Black with #FA5BC2

Text Example


Text Example

White with #FA5BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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