#FB6DC6

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

Shades of Neon Pink #FB6DC6

Tints of Neon Pink #FB6DC6

Color information

#FB6DC6 (or 0xFB6DC6) is unknown color: approx Neon Pink. HEX triplet: FB, 6D and C6. RGB value is (251,109,198). Sum of RGB (Red+Green+Blue) = 251+109+198=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 109 (42.97% from 255 or 19.53% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DC6 is #049239. Grayscale: #A1A1A1. Windows color (decimal): -299578 or 13004283. OLE color: 13004283.

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

Color convert

RGB251109198-
CMYK00.570.210.02
HSL322.39º94.67%70.59%-
HSV(B)322.39º56.57%98.43%-
XYZ55.4535.5257.36-
YUV161.6148.54191.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.98%
GREEN value IS 109 (42.97% from 255) = 19.53%
BLUE value IS 198 (77.73% from 255) = 35.48%
R=44.98%
G=19.53%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110919800.570.210.02322.3994.6770.59
HexFB6DC60391521425f47
Octal373155306071252502137107
Binary111110111101101110001100111001101011010100001010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6DC6; }

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

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

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

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

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

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

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

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