#FB5DCD

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

Shades of Neon Pink #FB5DCD

Tints of Neon Pink #FB5DCD

Color information

#FB5DCD (or 0xFB5DCD) is unknown color: approx Neon Pink. HEX triplet: FB, 5D and CD. RGB value is (251,93,205). Sum of RGB (Red+Green+Blue) = 251+93+205=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DCD is #04A232. Grayscale: #989898. Windows color (decimal): -303667 or 13458939. OLE color: 13458939.

HSL color Cylindrical-coordinate representation of color #FB5DCD: hue angle of 317.47º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5DCD is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB25193205-
CMYK00.630.180.02
HSL317.47º95.18%67.45%-
HSV(B)317.47º62.95%98.43%-
XYZ54.7232.7561.19-
YUV153.01157.35197.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.72%
GREEN value IS 93 (36.72% from 255) = 16.94%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=45.72%
G=16.94%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519320500.630.180.02317.4795.1867.45
HexFB5DCD03F12213d5f43
Octal373135315077222475137103
Binary111110111011101110011010111111100101010011110110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5DCD; }

 p { color: rgb(251,93,205); }

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

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

 a { background-color: rgb(251,93,205); }

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

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

 span { border-color: rgb(251,93,205); }

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