#FB61D5

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

Shades of Neon Pink #FB61D5

Tints of Neon Pink #FB61D5

Color information

#FB61D5 (or 0xFB61D5) is unknown color: approx Neon Pink. HEX triplet: FB, 61 and D5. RGB value is (251,97,213). Sum of RGB (Red+Green+Blue) = 251+97+213=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 97 (38.28% from 255 or 17.29% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB61D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB61D5 is #049E2A. Grayscale: #9B9B9B. Windows color (decimal): -302635 or 13984251. OLE color: 13984251.

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

Color convert

RGB25197213-
CMYK00.610.150.02
HSL314.81º95.06%68.24%-
HSV(B)314.81º61.35%98.43%-
XYZ56.0733.8666.53-
YUV156.27160.02195.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.74%
GREEN value IS 97 (38.28% from 255) = 17.29%
BLUE value IS 213 (83.59% from 255) = 37.97%
R=44.74%
G=17.29%
B=37.97%

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
Decimal2519721300.610.150.02314.8195.0668.24
HexFB61D503DF213b5f44
Octal373141325075172473137104
Binary11111011110000111010101011110111111010011101110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB61D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB61D5; }

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

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

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

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

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

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

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

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