#F378CB

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

Shades of Neon Pink #F378CB

Tints of Neon Pink #F378CB

Color information

#F378CB (or 0xF378CB) is unknown color: approx Neon Pink. HEX triplet: F3, 78 and CB. RGB value is (243,120,203). Sum of RGB (Red+Green+Blue) = 243+120+203=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F378CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F378CB is #0C8734. Grayscale: #A6A6A6. Windows color (decimal): -821045 or 13334771. OLE color: 13334771.

HSL color Cylindrical-coordinate representation of color #F378CB: hue angle of 319.51º 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 #F378CB is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243120203-
CMYK00.510.160.05
HSL319.51º83.67%71.18%-
HSV(B)319.51º50.62%95.29%-
XYZ54.4636.860.73-
YUV166.24148.75182.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.93%
GREEN value IS 120 (47.27% from 255) = 21.20%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=42.93%
G=21.20%
B=35.87%

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
Decimal24312020300.510.160.05319.5183.6771.18
HexF378CB0331051405447
Octal363170313063205500124107
Binary1111001111110001100101101100111000010110100000010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F378CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F378CB; }

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

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

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

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

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

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

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

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