#FB75C3

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

Shades of Neon Pink #FB75C3

Tints of Neon Pink #FB75C3

Color information

#FB75C3 (or 0xFB75C3) is unknown color: approx Neon Pink. HEX triplet: FB, 75 and C3. RGB value is (251,117,195). Sum of RGB (Red+Green+Blue) = 251+117+195=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB75C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB75C3 is #048A3C. Grayscale: #A5A5A5. Windows color (decimal): -297533 or 12809723. OLE color: 12809723.

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

Color convert

RGB251117195-
CMYK00.530.220.02
HSL325.07º94.37%72.16%-
HSV(B)325.07º53.39%98.43%-
XYZ5637.1755.85-
YUV165.96144.39188.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.58%
GREEN value IS 117 (46.09% from 255) = 20.78%
BLUE value IS 195 (76.56% from 255) = 34.64%
R=44.58%
G=20.78%
B=34.64%

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
Decimal25111719500.530.220.02325.0794.3772.16
HexFB75C30351621455e48
Octal373165303065262505136110
Binary111110111110101110000110110101101101010100010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB75C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB75C3; }

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

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

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

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

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

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

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

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