#FB6AD0

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

Shades of Neon Pink #FB6AD0

Tints of Neon Pink #FB6AD0

Color information

#FB6AD0 (or 0xFB6AD0) is unknown color: approx Neon Pink. HEX triplet: FB, 6A and D0. RGB value is (251,106,208). Sum of RGB (Red+Green+Blue) = 251+106+208=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6AD0 is #04952F. Grayscale: #A0A0A0. Windows color (decimal): -300336 or 13658875. OLE color: 13658875.

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

Color convert

RGB251106208-
CMYK00.580.170.02
HSL317.79º94.77%70%-
HSV(B)317.79º57.77%98.43%-
XYZ56.3235.3763.53-
YUV160.98154.54192.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.42%
GREEN value IS 106 (41.80% from 255) = 18.76%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=44.42%
G=18.76%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110620800.580.170.02317.7994.7770
HexFB6AD003A11213e5f46
Octal373152320072212476137106
Binary111110111101010110100000111010100011010011111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6AD0; }

 p { color: rgb(251,106,208); }

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

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

 a { background-color: rgb(251,106,208); }

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

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

 span { border-color: rgb(251,106,208); }

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