#F95EC5

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

Shades of Neon Pink #F95EC5

Tints of Neon Pink #F95EC5

Color information

#F95EC5 (or 0xF95EC5) is unknown color: approx Neon Pink. HEX triplet: F9, 5E and C5. RGB value is (249,94,197). Sum of RGB (Red+Green+Blue) = 249+94+197=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F95EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95EC5 is #06A13A. Grayscale: #979797. Windows color (decimal): -434491 or 12934905. OLE color: 12934905.

HSL color Cylindrical-coordinate representation of color #F95EC5: hue angle of 320.13º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F95EC5 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB24994197-
CMYK00.620.210.02
HSL320.13º92.81%67.25%-
HSV(B)320.13º62.25%97.65%-
XYZ53.1532.1856.23-
YUV152.09153.35197.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.11%
GREEN value IS 94 (37.11% from 255) = 17.41%
BLUE value IS 197 (77.34% from 255) = 36.48%
R=46.11%
G=17.41%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499419700.620.210.02320.1392.8167.25
HexF95EC503E1521405d43
Octal371136305076252500135103
Binary111110011011110110001010111110101011010100000010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95EC5; }

 p { color: rgb(249,94,197); }

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

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

 a { background-color: rgb(249,94,197); }

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

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

 span { border-color: rgb(249,94,197); }

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