#FB75C5

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

Shades of Neon Pink #FB75C5

Tints of Neon Pink #FB75C5

Color information

#FB75C5 (or 0xFB75C5) is unknown color: approx Neon Pink. HEX triplet: FB, 75 and C5. RGB value is (251,117,197). Sum of RGB (Red+Green+Blue) = 251+117+197=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB75C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB75C5 is #048A3A. Grayscale: #A6A6A6. Windows color (decimal): -297531 or 12940795. OLE color: 12940795.

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

Color convert

RGB251117197-
CMYK00.530.220.02
HSL324.18º94.37%72.16%-
HSV(B)324.18º53.39%98.43%-
XYZ56.2237.2657.05-
YUV166.19145.39188.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.42%
GREEN value IS 117 (46.09% from 255) = 20.71%
BLUE value IS 197 (77.34% from 255) = 34.87%
R=44.42%
G=20.71%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111719700.530.220.02324.1894.3772.16
HexFB75C50351621445e48
Octal373165305065262504136110
Binary111110111110101110001010110101101101010100010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB75C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB75C5; }

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

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

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

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

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

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

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

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