#FB51C9

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

Shades of Neon Pink #FB51C9

Tints of Neon Pink #FB51C9

Color information

#FB51C9 (or 0xFB51C9) is unknown color: approx Neon Pink. HEX triplet: FB, 51 and C9. RGB value is (251,81,201). Sum of RGB (Red+Green+Blue) = 251+81+201=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 81 (32.03% from 255 or 15.20% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB51C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB51C9 is #04AE36. Grayscale: #919191. Windows color (decimal): -306743 or 13193723. OLE color: 13193723.

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

Color convert

RGB25181201-
CMYK00.680.200.02
HSL317.65º95.51%65.1%-
HSV(B)317.65º67.73%98.43%-
XYZ53.2730.6158.36-
YUV145.51159.32203.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.09%
GREEN value IS 81 (32.03% from 255) = 15.20%
BLUE value IS 201 (78.91% from 255) = 37.71%
R=47.09%
G=15.20%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518120100.680.200.02317.6595.5165.1
HexFB51C904414213e6041
Octal3731213110104242476140101
Binary1111101110100011100100101000100101001010011111011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB51C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB51C9; }

 p { color: rgb(251,81,201); }

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

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

 a { background-color: rgb(251,81,201); }

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

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

 span { border-color: rgb(251,81,201); }

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