#F95FC6

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

Shades of Neon Pink #F95FC6

Tints of Neon Pink #F95FC6

Color information

#F95FC6 (or 0xF95FC6) is unknown color: approx Neon Pink. HEX triplet: F9, 5F and C6. RGB value is (249,95,198). Sum of RGB (Red+Green+Blue) = 249+95+198=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 95 (37.5% from 255 or 17.53% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F95FC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95FC6 is #06A039. Grayscale: #989898. Windows color (decimal): -434234 or 13000697. OLE color: 13000697.

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

Color convert

RGB24995198-
CMYK00.620.200.02
HSL319.87º92.77%67.45%-
HSV(B)319.87º61.85%97.65%-
XYZ53.3532.456.87-
YUV152.79153.52196.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.94%
GREEN value IS 95 (37.5% from 255) = 17.53%
BLUE value IS 198 (77.73% from 255) = 36.53%
R=45.94%
G=17.53%
B=36.53%

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
Decimal2499519800.620.200.02319.8792.7767.45
HexF95FC603E1421405d43
Octal371137306076242500135103
Binary111110011011111110001100111110101001010100000010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95FC6; }

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

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

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

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

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

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

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

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