#FB5DD0

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

Shades of Neon Pink #FB5DD0

Tints of Neon Pink #FB5DD0

Color information

#FB5DD0 (or 0xFB5DD0) is unknown color: approx Neon Pink. HEX triplet: FB, 5D and D0. RGB value is (251,93,208). Sum of RGB (Red+Green+Blue) = 251+93+208=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 93 (36.72% from 255 or 16.85% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DD0 is #04A22F. Grayscale: #999999. Windows color (decimal): -303664 or 13655547. OLE color: 13655547.

HSL color Cylindrical-coordinate representation of color #FB5DD0: hue angle of 316.33º 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 #FB5DD0 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB25193208-
CMYK00.630.170.02
HSL316.33º95.18%67.45%-
HSV(B)316.33º62.95%98.43%-
XYZ55.0832.8963.12-
YUV153.35158.85197.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.47%
GREEN value IS 93 (36.72% from 255) = 16.85%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=45.47%
G=16.85%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519320800.630.170.02316.3395.1867.45
HexFB5DD003F11213c5f43
Octal373135320077212474137103
Binary111110111011101110100000111111100011010011110010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5DD0; }

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

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

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

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

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

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

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

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