#FB78D3

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

Shades of Neon Pink #FB78D3

Tints of Neon Pink #FB78D3

Color information

#FB78D3 (or 0xFB78D3) is unknown color: approx Neon Pink. HEX triplet: FB, 78 and D3. RGB value is (251,120,211). Sum of RGB (Red+Green+Blue) = 251+120+211=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB78D3 is #04872C. Grayscale: #A9A9A9. Windows color (decimal): -296749 or 13859067. OLE color: 13859067.

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

Color convert

RGB251120211-
CMYK00.520.160.02
HSL318.32º94.24%72.75%-
HSV(B)318.32º52.19%98.43%-
XYZ58.2638.6566.02-
YUV169.54151.4186.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.13%
GREEN value IS 120 (47.27% from 255) = 20.62%
BLUE value IS 211 (82.81% from 255) = 36.25%
R=43.13%
G=20.62%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112021100.520.160.02318.3294.2472.75
HexFB78D303410213e5e49
Octal373170323064202476136111
Binary111110111111000110100110110100100001010011111010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB78D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB78D3; }

 p { color: rgb(251,120,211); }

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

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

 a { background-color: rgb(251,120,211); }

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

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

 span { border-color: rgb(251,120,211); }

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