#FB5ACC

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

Shades of Neon Pink #FB5ACC

Tints of Neon Pink #FB5ACC

Color information

#FB5ACC (or 0xFB5ACC) is unknown color: approx Neon Pink. HEX triplet: FB, 5A and CC. RGB value is (251,90,204). Sum of RGB (Red+Green+Blue) = 251+90+204=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ACC is #04A533. Grayscale: #969696. Windows color (decimal): -304436 or 13392635. OLE color: 13392635.

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

Color convert

RGB25190204-
CMYK00.640.190.02
HSL317.52º95.27%66.86%-
HSV(B)317.52º64.14%98.43%-
XYZ54.3432.1860.47-
YUV151.14157.84199.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.06%
GREEN value IS 90 (35.55% from 255) = 16.51%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=46.06%
G=16.51%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519020400.640.190.02317.5295.2766.86
HexFB5ACC04013213e5f43
Octal3731323140100232476137103
Binary1111101110110101100110001000000100111010011111010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5ACC; }

 p { color: rgb(251,90,204); }

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

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

 a { background-color: rgb(251,90,204); }

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

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

 span { border-color: rgb(251,90,204); }

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