#F358C7

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

Shades of Neon Pink #F358C7

Tints of Neon Pink #F358C7

Color information

#F358C7 (or 0xF358C7) is unknown color: approx Neon Pink. HEX triplet: F3, 58 and C7. RGB value is (243,88,199). Sum of RGB (Red+Green+Blue) = 243+88+199=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 243 - color contains mainly: red. Hex color #F358C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358C7 is #0CA738. Grayscale: #929292. Windows color (decimal): -829241 or 13064435. OLE color: 13064435.

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

Color convert

RGB24388199-
CMYK00.640.180.05
HSL317.03º86.59%64.9%-
HSV(B)317.03º63.79%95.29%-
XYZ50.7630.1657.18-
YUV147157.35196.47-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.85%
GREEN value IS 88 (34.77% from 255) = 16.60%
BLUE value IS 199 (78.12% from 255) = 37.55%
R=45.85%
G=16.60%
B=37.55%

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
Decimal2438819900.640.180.05317.0386.5964.9
HexF358C704012513d5741
Octal3631303070100225475127101
Binary11110011101100011000111010000001001010110011110110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F358C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F358C7; }

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

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

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

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

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

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

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

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