#FB69C4

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

Shades of Neon Pink #FB69C4

Tints of Neon Pink #FB69C4

Color information

#FB69C4 (or 0xFB69C4) is unknown color: approx Neon Pink. HEX triplet: FB, 69 and C4. RGB value is (251,105,196). Sum of RGB (Red+Green+Blue) = 251+105+196=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FB69C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB69C4 is #04963B. Grayscale: #9E9E9E. Windows color (decimal): -300604 or 12872187. OLE color: 12872187.

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

Color convert

RGB251105196-
CMYK00.580.220.02
HSL322.6º94.81%69.8%-
HSV(B)322.6º58.17%98.43%-
XYZ54.834.656.01-
YUV159.03148.87193.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.47%
GREEN value IS 105 (41.41% from 255) = 19.02%
BLUE value IS 196 (76.95% from 255) = 35.51%
R=45.47%
G=19.02%
B=35.51%

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
Decimal25110519600.580.220.02322.694.8169.8
HexFB69C403A1621435f46
Octal373151304072262503137106
Binary111110111101001110001000111010101101010100001110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB69C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB69C4; }

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

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

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

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

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

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

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

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