#FA55C1

Color #FA55C1 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FA55C1

Tints of Neon Pink #FA55C1

Color information

#FA55C1 (or 0xFA55C1) is unknown color: approx Neon Pink. HEX triplet: FA, 55 and C1. RGB value is (250,85,193). Sum of RGB (Red+Green+Blue) = 250+85+193=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA55C1 is #05AA3E. Grayscale: #929292. Windows color (decimal): -371263 or 12670458. OLE color: 12670458.

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

Color convert

RGB25085193-
CMYK00.660.230.02
HSL320.73º94.29%65.69%-
HSV(B)320.73º66%98.04%-
XYZ52.330.6753.62-
YUV146.65154.16201.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.35%
GREEN value IS 85 (33.59% from 255) = 16.10%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=47.35%
G=16.10%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508519300.660.230.02320.7394.2965.69
HexFA55C10421721415e42
Octal3721253010102272501136102
Binary1111101010101011100000101000010101111010100000110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA55C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA55C1; }

 p { color: rgb(250,85,193); }

 H1.HeaderClassName
 {
   color: #FA55C1;
 }
 .AnyTagClassName
 {
   color: #FA55C1;
 }
</style>
background-color css

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

 a { background-color: rgb(250,85,193); }

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

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

 span { border-color: rgb(250,85,193); }

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