#F35EBF

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

Shades of Neon Pink #F35EBF

Tints of Neon Pink #F35EBF

Color information

#F35EBF (or 0xF35EBF) is unknown color: approx Neon Pink. HEX triplet: F3, 5E and BF. RGB value is (243,94,191). Sum of RGB (Red+Green+Blue) = 243+94+191=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 243 - color contains mainly: red. Hex color #F35EBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35EBF is #0CA140. Grayscale: #959595. Windows color (decimal): -827713 or 12541683. OLE color: 12541683.

HSL color Cylindrical-coordinate representation of color #F35EBF: hue angle of 320.94º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F35EBF is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB24394191-
CMYK00.610.210.05
HSL320.94º86.13%66.08%-
HSV(B)320.94º61.32%95.29%-
XYZ50.3730.8252.58-
YUV149.61151.36194.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.02%
GREEN value IS 94 (37.11% from 255) = 17.80%
BLUE value IS 191 (75% from 255) = 36.17%
R=46.02%
G=17.80%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439419100.610.210.05320.9486.1366.08
HexF35EBF03D1551415642
Octal363136277075255501126102
Binary1111001110111101011111101111011010110110100000110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35EBF; }

 p { color: rgb(243,94,191); }

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

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

 a { background-color: rgb(243,94,191); }

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

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

 span { border-color: rgb(243,94,191); }

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