#FB75C4

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

Shades of Neon Pink #FB75C4

Tints of Neon Pink #FB75C4

Color information

#FB75C4 (or 0xFB75C4) is unknown color: approx Neon Pink. HEX triplet: FB, 75 and C4. RGB value is (251,117,196). Sum of RGB (Red+Green+Blue) = 251+117+196=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB75C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB75C4 is #048A3B. Grayscale: #A5A5A5. Windows color (decimal): -297532 or 12875259. OLE color: 12875259.

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

Color convert

RGB251117196-
CMYK00.530.220.02
HSL324.63º94.37%72.16%-
HSV(B)324.63º53.39%98.43%-
XYZ56.1137.2256.45-
YUV166.07144.89188.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.50%
GREEN value IS 117 (46.09% from 255) = 20.74%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=44.50%
G=20.74%
B=34.75%

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
Decimal25111719600.530.220.02324.6394.3772.16
HexFB75C40351621455e48
Octal373165304065262505136110
Binary111110111110101110001000110101101101010100010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB75C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB75C4; }

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

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

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

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

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

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

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

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