#F378CD

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

Shades of Neon Pink #F378CD

Tints of Neon Pink #F378CD

Color information

#F378CD (or 0xF378CD) is unknown color: approx Neon Pink. HEX triplet: F3, 78 and CD. RGB value is (243,120,205). Sum of RGB (Red+Green+Blue) = 243+120+205=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F378CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F378CD is #0C8732. Grayscale: #A6A6A6. Windows color (decimal): -821043 or 13465843. OLE color: 13465843.

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

Color convert

RGB243120205-
CMYK00.510.160.05
HSL318.54º83.67%71.18%-
HSV(B)318.54º50.62%95.29%-
XYZ54.736.962-
YUV166.47149.75182.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.78%
GREEN value IS 120 (47.27% from 255) = 21.13%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=42.78%
G=21.13%
B=36.09%

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
Decimal24312020500.510.160.05318.5483.6771.18
HexF378CD03310513f5447
Octal363170315063205477124107
Binary1111001111110001100110101100111000010110011111110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F378CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F378CD; }

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

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

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

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

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

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

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

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