#F96ACD

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

Shades of Neon Pink #F96ACD

Tints of Neon Pink #F96ACD

Color information

#F96ACD (or 0xF96ACD) is unknown color: approx Neon Pink. HEX triplet: F9, 6A and CD. RGB value is (249,106,205). Sum of RGB (Red+Green+Blue) = 249+106+205=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 106 (41.80% from 255 or 18.93% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F96ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96ACD is #069532. Grayscale: #9F9F9F. Windows color (decimal): -431411 or 13462265. OLE color: 13462265.

HSL color Cylindrical-coordinate representation of color #F96ACD: hue angle of 318.46º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96ACD is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249106205-
CMYK00.570.180.02
HSL318.46º92.26%69.61%-
HSV(B)318.46º57.43%97.65%-
XYZ55.2434.8661.57-
YUV160.04153.38191.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.46%
GREEN value IS 106 (41.80% from 255) = 18.93%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=44.46%
G=18.93%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910620500.570.180.02318.4692.2669.61
HexF96ACD03912213e5c46
Octal371152315071222476134106
Binary111110011101010110011010111001100101010011111010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96ACD; }

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

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

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

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

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

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

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

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