#FB6DDA

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

Shades of Neon Pink #FB6DDA

Tints of Neon Pink #FB6DDA

Color information

#FB6DDA (or 0xFB6DDA) is unknown color: approx Neon Pink. HEX triplet: FB, 6D and DA. RGB value is (251,109,218). Sum of RGB (Red+Green+Blue) = 251+109+218=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 109 (42.97% from 255 or 18.86% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DDA is #049225. Grayscale: #A3A3A3. Windows color (decimal): -299558 or 14315003. OLE color: 14315003.

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

Color convert

RGB251109218-
CMYK00.570.130.02
HSL313.94º94.67%70.59%-
HSV(B)313.94º56.57%98.43%-
XYZ57.9136.5170.32-
YUV163.88158.54190.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.43%
GREEN value IS 109 (42.97% from 255) = 18.86%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=43.43%
G=18.86%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110921800.570.130.02313.9494.6770.59
HexFB6DDA039D213a5f47
Octal373155332071152472137107
Binary11111011110110111011010011100111011010011101010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6DDA; }

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

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

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

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

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

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

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

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