Html Css Color HEX #FA5FC8 Neon Pink

📋 copy color: '#FA5FC8'

red 250 ◦ green 95 ◦ blue 200

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

Shades of Neon Pink #FA5FC8

Tints of Neon Pink #FA5FC8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.43%

 BLUE value IS 200 (78.52% from 255) = 36.7%

R = 45.87%
G = 17.43%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FA5FC8 (or 0xFA5FC8) is known color: Neon Pink. HEX triplet: FA, 5F and C8. RGB value is (250,95,200). Sum of RGB (Red+Green+Blue) = 250+95+200=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 95 (37.5% from 255 or 17.43% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5FC8 is #05A037. Grayscale: #999999. Windows color (decimal): -368696 or 13131770. OLE color: 13131770.

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

Color convert

RGB 250 95 200 -
CMYK 0 0.62 0.2 0.02
HSL 319.35º 0.94% 0.68% -
HSV(B) 319.35º 0.62% 0.98% -
XYZ 53.94 32.68 58.11 -
YUV 153.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 250 95 200 0 0.62 0.2 0.02 319.35 0.94 0.68
Hex FA 5F C8 0 3E 14 2 13F 5E 44
Octal 372 137 310 0 76 24 2 477 136 104
Binary 11111010 1011111 11001000 0 111110 10100 10 100111111 1011110 1000100

Color Harmonies of #FA5FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5FC8

Black with #FA5FC8

Text Example


Text Example

White with #FA5FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5FC8; }

 p { color: rgb(250,95,200); }

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

background-color css

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

 a { background-color: rgb(250,95,200); }

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

border-color css

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

 span { border-color: rgb(250,95,200); }

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