#FB65C2

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

Shades of Neon Pink #FB65C2

Tints of Neon Pink #FB65C2

Color information

#FB65C2 (or 0xFB65C2) is unknown color: approx Neon Pink. HEX triplet: FB, 65 and C2. RGB value is (251,101,194). Sum of RGB (Red+Green+Blue) = 251+101+194=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB65C2 is #049A3D. Grayscale: #9C9C9C. Windows color (decimal): -301630 or 12740091. OLE color: 12740091.

HSL color Cylindrical-coordinate representation of color #FB65C2: hue angle of 322.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB65C2 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB251101194-
CMYK00.600.230.02
HSL322.8º94.94%69.02%-
HSV(B)322.8º59.76%98.43%-
XYZ54.1733.7154.69-
YUV156.45149.2195.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.97%
GREEN value IS 101 (39.84% from 255) = 18.50%
BLUE value IS 194 (76.17% from 255) = 35.53%
R=45.97%
G=18.50%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110119400.600.230.02322.894.9469.02
HexFB65C203C1721435f45
Octal373145302074272503137105
Binary111110111100101110000100111100101111010100001110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB65C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB65C2; }

 p { color: rgb(251,101,194); }

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

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

 a { background-color: rgb(251,101,194); }

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

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

 span { border-color: rgb(251,101,194); }

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