#FB7CCE

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

Shades of Neon Pink #FB7CCE

Tints of Neon Pink #FB7CCE

Color information

#FB7CCE (or 0xFB7CCE) is unknown color: approx Neon Pink. HEX triplet: FB, 7C and CE. RGB value is (251,124,206). Sum of RGB (Red+Green+Blue) = 251+124+206=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7CCE is #048331. Grayscale: #ABABAB. Windows color (decimal): -295730 or 13532411. OLE color: 13532411.

HSL color Cylindrical-coordinate representation of color #FB7CCE: hue angle of 321.26º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7CCE is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251124206-
CMYK00.510.180.02
HSL321.26º94.07%73.53%-
HSV(B)321.26º50.6%98.43%-
XYZ58.1339.3862.93-
YUV171.32147.58184.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 124 (48.83% from 255) = 21.34%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=43.20%
G=21.34%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112420600.510.180.02321.2694.0773.53
HexFB7CCE0331221415e4a
Octal373174316063222501136112
Binary111110111111100110011100110011100101010100000110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7CCE; }

 p { color: rgb(251,124,206); }

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

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

 a { background-color: rgb(251,124,206); }

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

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

 span { border-color: rgb(251,124,206); }

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