#F377CB

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

Shades of Neon Pink #F377CB

Tints of Neon Pink #F377CB

Color information

#F377CB (or 0xF377CB) is unknown color: approx Neon Pink. HEX triplet: F3, 77 and CB. RGB value is (243,119,203). Sum of RGB (Red+Green+Blue) = 243+119+203=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F377CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F377CB is #0C8834. Grayscale: #A5A5A5. Windows color (decimal): -821301 or 13334515. OLE color: 13334515.

HSL color Cylindrical-coordinate representation of color #F377CB: hue angle of 319.35º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F377CB is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243119203-
CMYK00.510.160.05
HSL319.35º83.78%70.98%-
HSV(B)319.35º51.03%95.29%-
XYZ54.3436.5660.69-
YUV165.65149.08183.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.01%
GREEN value IS 119 (46.88% from 255) = 21.06%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=43.01%
G=21.06%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311920300.510.160.05319.3583.7870.98
HexF377CB03310513f5447
Octal363167313063205477124107
Binary1111001111101111100101101100111000010110011111110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F377CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F377CB; }

 p { color: rgb(243,119,203); }

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

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

 a { background-color: rgb(243,119,203); }

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

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

 span { border-color: rgb(243,119,203); }

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