Html Css Color HEX #FA5BC5 Neon Pink

📋 copy color: '#FA5BC5'

red 250 ◦ green 91 ◦ blue 197

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

Shades of Neon Pink #FA5BC5

Tints of Neon Pink #FA5BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.62%

R = 46.47%
G = 16.91%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA5BC5 (or 0xFA5BC5) is known color: Neon Pink. HEX triplet: FA, 5B and C5. RGB value is (250,91,197). Sum of RGB (Red+Green+Blue) = 250+91+197=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5BC5 is #05A43A. Grayscale: #969696. Windows color (decimal): -369723 or 12934138. OLE color: 12934138.

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

Color convert

RGB 250 91 197 -
CMYK 0 0.64 0.21 0.02
HSL 320º 0.94% 0.67% -
HSV(B) 320º 0.64% 0.98% -
XYZ 53.24 31.84 56.16 -
YUV 150.63 154.18 198.88 -
System Red Green Blue C M Y K H S L
Decimal 250 91 197 0 0.64 0.21 0.02 320 0.94 0.67
Hex FA 5B C5 0 40 15 2 140 5E 43
Octal 372 133 305 0 100 25 2 500 136 103
Binary 11111010 1011011 11000101 0 1000000 10101 10 101000000 1011110 1000011

Color Harmonies of #FA5BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5BC5

Black with #FA5BC5

Text Example


Text Example

White with #FA5BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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