#FB69C3

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

Shades of Neon Pink #FB69C3

Tints of Neon Pink #FB69C3

Color information

#FB69C3 (or 0xFB69C3) is unknown color: approx Neon Pink. HEX triplet: FB, 69 and C3. RGB value is (251,105,195). Sum of RGB (Red+Green+Blue) = 251+105+195=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 105 (41.41% from 255 or 19.06% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB69C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB69C3 is #04963C. Grayscale: #9E9E9E. Windows color (decimal): -300605 or 12806651. OLE color: 12806651.

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

Color convert

RGB251105195-
CMYK00.580.220.02
HSL323.01º94.81%69.8%-
HSV(B)323.01º58.17%98.43%-
XYZ54.6934.5555.42-
YUV158.91148.37193.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.55%
GREEN value IS 105 (41.41% from 255) = 19.06%
BLUE value IS 195 (76.56% from 255) = 35.39%
R=45.55%
G=19.06%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110519500.580.220.02323.0194.8169.8
HexFB69C303A1621435f46
Octal373151303072262503137106
Binary111110111101001110000110111010101101010100001110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB69C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB69C3; }

 p { color: rgb(251,105,195); }

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

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

 a { background-color: rgb(251,105,195); }

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

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

 span { border-color: rgb(251,105,195); }

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