#FB75C7

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

Shades of Neon Pink #FB75C7

Tints of Neon Pink #FB75C7

Color information

#FB75C7 (or 0xFB75C7) is unknown color: approx Neon Pink. HEX triplet: FB, 75 and C7. RGB value is (251,117,199). Sum of RGB (Red+Green+Blue) = 251+117+199=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB75C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB75C7 is #048A38. Grayscale: #A6A6A6. Windows color (decimal): -297529 or 13071867. OLE color: 13071867.

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

Color convert

RGB251117199-
CMYK00.530.210.02
HSL323.28º94.37%72.16%-
HSV(B)323.28º53.39%98.43%-
XYZ56.4537.3658.27-
YUV166.41146.39188.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 117 (46.09% from 255) = 20.63%
BLUE value IS 199 (78.12% from 255) = 35.10%
R=44.27%
G=20.63%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111719900.530.210.02323.2894.3772.16
HexFB75C70351521435e48
Octal373165307065252503136110
Binary111110111110101110001110110101101011010100001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB75C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB75C7; }

 p { color: rgb(251,117,199); }

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

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

 a { background-color: rgb(251,117,199); }

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

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

 span { border-color: rgb(251,117,199); }

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