#FB6DD7

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

Shades of Neon Pink #FB6DD7

Tints of Neon Pink #FB6DD7

Color information

#FB6DD7 (or 0xFB6DD7) is unknown color: approx Neon Pink. HEX triplet: FB, 6D and D7. RGB value is (251,109,215). Sum of RGB (Red+Green+Blue) = 251+109+215=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 109 (42.97% from 255 or 18.96% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DD7 is #049228. Grayscale: #A3A3A3. Windows color (decimal): -299561 or 14118395. OLE color: 14118395.

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

Color convert

RGB251109215-
CMYK00.570.140.02
HSL315.21º94.67%70.59%-
HSV(B)315.21º56.57%98.43%-
XYZ57.5236.3568.28-
YUV163.54157.04190.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.65%
GREEN value IS 109 (42.97% from 255) = 18.96%
BLUE value IS 215 (84.38% from 255) = 37.39%
R=43.65%
G=18.96%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110921500.570.140.02315.2194.6770.59
HexFB6DD7039E213b5f47
Octal373155327071162473137107
Binary11111011110110111010111011100111101010011101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6DD7; }

 p { color: rgb(251,109,215); }

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

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

 a { background-color: rgb(251,109,215); }

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

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

 span { border-color: rgb(251,109,215); }

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