#F95EC4

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

Shades of Neon Pink #F95EC4

Tints of Neon Pink #F95EC4

Color information

#F95EC4 (or 0xF95EC4) is unknown color: approx Neon Pink. HEX triplet: F9, 5E and C4. RGB value is (249,94,196). Sum of RGB (Red+Green+Blue) = 249+94+196=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F95EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95EC4 is #06A13B. Grayscale: #979797. Windows color (decimal): -434492 or 12869369. OLE color: 12869369.

HSL color Cylindrical-coordinate representation of color #F95EC4: hue angle of 320.52º 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 #F95EC4 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB24994196-
CMYK00.620.210.02
HSL320.52º92.81%67.25%-
HSV(B)320.52º62.25%97.65%-
XYZ53.0332.1355.63-
YUV151.97152.85197.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.20%
GREEN value IS 94 (37.11% from 255) = 17.44%
BLUE value IS 196 (76.95% from 255) = 36.36%
R=46.20%
G=17.44%
B=36.36%

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
Decimal2499419600.620.210.02320.5292.8167.25
HexF95EC403E1521415d43
Octal371136304076252501135103
Binary111110011011110110001000111110101011010100000110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95EC4; }

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

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

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

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

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

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

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

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