Html Css Color HEX #FA5BC7 Neon Pink

📋 copy color: '#FA5BC7'

red 250 ◦ green 91 ◦ blue 199

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

Shades of Neon Pink #FA5BC7

Tints of Neon Pink #FA5BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.85%

R = 46.3%
G = 16.85%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA5BC7 (or 0xFA5BC7) is known color: Neon Pink. HEX triplet: FA, 5B and C7. RGB value is (250,91,199). Sum of RGB (Red+Green+Blue) = 250+91+199=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 91 (35.94% from 255 or 16.85% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5BC7 is #05A438. Grayscale: #969696. Windows color (decimal): -369721 or 13065210. OLE color: 13065210.

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

Color convert

RGB 250 91 199 -
CMYK 0 0.64 0.20 0.02
HSL 319.25º 0.94% 0.67% -
HSV(B) 319.25º 0.64% 0.98% -
XYZ 53.47 31.93 57.38 -
YUV 150.85 155.18 198.72 -
System Red Green Blue C M Y K H S L
Decimal 250 91 199 0 0.64 0.20 0.02 319.25 0.94 0.67
Hex FA 5B C7 0 40 14 2 13F 5E 43
Octal 372 133 307 0 100 24 2 477 136 103
Binary 11111010 1011011 11000111 0 1000000 10100 10 100111111 1011110 1000011

Color Harmonies of #FA5BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5BC7

Black with #FA5BC7

Text Example


Text Example

White with #FA5BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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