#FB60C4

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

Shades of Neon Pink #FB60C4

Tints of Neon Pink #FB60C4

Color information

#FB60C4 (or 0xFB60C4) is unknown color: approx Neon Pink. HEX triplet: FB, 60 and C4. RGB value is (251,96,196). Sum of RGB (Red+Green+Blue) = 251+96+196=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB60C4 is #049F3B. Grayscale: #999999. Windows color (decimal): -302908 or 12869883. OLE color: 12869883.

HSL color Cylindrical-coordinate representation of color #FB60C4: hue angle of 321.29º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB60C4 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB25196196-
CMYK00.620.220.02
HSL321.29º95.09%68.04%-
HSV(B)321.29º61.75%98.43%-
XYZ53.9332.8655.72-
YUV153.74151.85197.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.22%
GREEN value IS 96 (37.89% from 255) = 17.68%
BLUE value IS 196 (76.95% from 255) = 36.10%
R=46.22%
G=17.68%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519619600.620.220.02321.2995.0968.04
HexFB60C403E1621415f44
Octal373140304076262501137104
Binary111110111100000110001000111110101101010100000110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB60C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB60C4; }

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

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

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

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

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

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

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

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