#F358C8

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

Shades of Neon Pink #F358C8

Tints of Neon Pink #F358C8

Color information

#F358C8 (or 0xF358C8) is unknown color: approx Neon Pink. HEX triplet: F3, 58 and C8. RGB value is (243,88,200). Sum of RGB (Red+Green+Blue) = 243+88+200=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 88 (34.77% from 255 or 16.57% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F358C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358C8 is #0CA737. Grayscale: #929292. Windows color (decimal): -829240 or 13129971. OLE color: 13129971.

HSL color Cylindrical-coordinate representation of color #F358C8: hue angle of 316.65º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F358C8 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB24388200-
CMYK00.640.180.05
HSL316.65º86.59%64.9%-
HSV(B)316.65º63.79%95.29%-
XYZ50.8830.257.79-
YUV147.11157.85196.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.76%
GREEN value IS 88 (34.77% from 255) = 16.57%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=45.76%
G=16.57%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438820000.640.180.05316.6586.5964.9
HexF358C804012513d5741
Octal3631303100100225475127101
Binary11110011101100011001000010000001001010110011110110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F358C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F358C8; }

 p { color: rgb(243,88,200); }

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

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

 a { background-color: rgb(243,88,200); }

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

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

 span { border-color: rgb(243,88,200); }

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