#FB61D6

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

Shades of Neon Pink #FB61D6

Tints of Neon Pink #FB61D6

Color information

#FB61D6 (or 0xFB61D6) is unknown color: approx Neon Pink. HEX triplet: FB, 61 and D6. RGB value is (251,97,214). Sum of RGB (Red+Green+Blue) = 251+97+214=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 97 (38.28% from 255 or 17.26% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB61D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB61D6 is #049E29. Grayscale: #9C9C9C. Windows color (decimal): -302634 or 14049787. OLE color: 14049787.

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

Color convert

RGB25197214-
CMYK00.610.150.02
HSL314.42º95.06%68.24%-
HSV(B)314.42º61.35%98.43%-
XYZ56.233.9167.2-
YUV156.38160.52195.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.66%
GREEN value IS 97 (38.28% from 255) = 17.26%
BLUE value IS 214 (83.98% from 255) = 38.08%
R=44.66%
G=17.26%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519721400.610.150.02314.4295.0668.24
HexFB61D603DF213a5f44
Octal373141326075172472137104
Binary11111011110000111010110011110111111010011101010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB61D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB61D6; }

 p { color: rgb(251,97,214); }

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

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

 a { background-color: rgb(251,97,214); }

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

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

 span { border-color: rgb(251,97,214); }

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