#F95ACE

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

Shades of Neon Pink #F95ACE

Tints of Neon Pink #F95ACE

Color information

#F95ACE (or 0xF95ACE) is unknown color: approx Neon Pink. HEX triplet: F9, 5A and CE. RGB value is (249,90,206). Sum of RGB (Red+Green+Blue) = 249+90+206=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F95ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95ACE is #06A531. Grayscale: #969696. Windows color (decimal): -435506 or 13523705. OLE color: 13523705.

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

Color convert

RGB24990206-
CMYK00.640.170.02
HSL316.23º92.98%66.47%-
HSV(B)316.23º63.86%97.65%-
XYZ53.8631.9161.71-
YUV150.76159.18198.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.69%
GREEN value IS 90 (35.55% from 255) = 16.51%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=45.69%
G=16.51%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499020600.640.170.02316.2392.9866.47
HexF95ACE04011213c5d42
Octal3711323160100212474135102
Binary1111100110110101100111001000000100011010011110010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95ACE; }

 p { color: rgb(249,90,206); }

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

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

 a { background-color: rgb(249,90,206); }

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

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

 span { border-color: rgb(249,90,206); }

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