#F954CA

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

Shades of Neon Pink #F954CA

Tints of Neon Pink #F954CA

Color information

#F954CA (or 0xF954CA) is unknown color: approx Neon Pink. HEX triplet: F9, 54 and CA. RGB value is (249,84,202). Sum of RGB (Red+Green+Blue) = 249+84+202=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 84 (33.20% from 255 or 15.70% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F954CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F954CA is #06AB35. Grayscale: #929292. Windows color (decimal): -437046 or 13260025. OLE color: 13260025.

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

Color convert

RGB24984202-
CMYK00.660.190.02
HSL317.09º93.22%65.29%-
HSV(B)317.09º66.27%97.65%-
XYZ52.930.7459.02-
YUV146.79159.16200.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.54%
GREEN value IS 84 (33.20% from 255) = 15.70%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=46.54%
G=15.70%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498420200.660.190.02317.0993.2265.29
HexF954CA04213213d5d41
Octal3711243120102232475135101
Binary1111100110101001100101001000010100111010011110110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F954CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F954CA; }

 p { color: rgb(249,84,202); }

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

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

 a { background-color: rgb(249,84,202); }

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

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

 span { border-color: rgb(249,84,202); }

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