#F95ACD

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

Shades of Neon Pink #F95ACD

Tints of Neon Pink #F95ACD

Color information

#F95ACD (or 0xF95ACD) is unknown color: approx Neon Pink. HEX triplet: F9, 5A and CD. RGB value is (249,90,205). Sum of RGB (Red+Green+Blue) = 249+90+205=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 90 (35.55% from 255 or 16.54% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F95ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95ACD is #06A532. Grayscale: #969696. Windows color (decimal): -435507 or 13458169. OLE color: 13458169.

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

Color convert

RGB24990205-
CMYK00.640.180.02
HSL316.6º92.98%66.47%-
HSV(B)316.6º63.86%97.65%-
XYZ53.7431.8661.07-
YUV150.65158.68198.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.77%
GREEN value IS 90 (35.55% from 255) = 16.54%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=45.77%
G=16.54%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499020500.640.180.02316.692.9866.47
HexF95ACD04012213d5d42
Octal3711323150100222475135102
Binary1111100110110101100110101000000100101010011110110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95ACD; }

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

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

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

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

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

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

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

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