#F95EC6

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

Shades of Neon Pink #F95EC6

Tints of Neon Pink #F95EC6

Color information

#F95EC6 (or 0xF95EC6) is unknown color: approx Neon Pink. HEX triplet: F9, 5E and C6. RGB value is (249,94,198). Sum of RGB (Red+Green+Blue) = 249+94+198=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F95EC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95EC6 is #06A139. Grayscale: #979797. Windows color (decimal): -434490 or 13000441. OLE color: 13000441.

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

Color convert

RGB24994198-
CMYK00.620.200.02
HSL319.74º92.81%67.25%-
HSV(B)319.74º62.25%97.65%-
XYZ53.2632.2256.84-
YUV152.2153.85197.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.03%
GREEN value IS 94 (37.11% from 255) = 17.38%
BLUE value IS 198 (77.73% from 255) = 36.60%
R=46.03%
G=17.38%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499419800.620.200.02319.7492.8167.25
HexF95EC603E1421405d43
Octal371136306076242500135103
Binary111110011011110110001100111110101001010100000010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95EC6; }

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

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

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

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

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

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

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

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