#F05FCA

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

Shades of Neon Pink #F05FCA

Tints of Neon Pink #F05FCA

Color information

#F05FCA (or 0xF05FCA) is unknown color: approx Neon Pink. HEX triplet: F0, 5F and CA. RGB value is (240,95,202). Sum of RGB (Red+Green+Blue) = 240+95+202=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05FCA is #0FA035. Grayscale: #969696. Windows color (decimal): -1024054 or 13262832. OLE color: 13262832.

HSL color Cylindrical-coordinate representation of color #F05FCA: hue angle of 315.72º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05FCA is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB24095202-
CMYK00.600.160.06
HSL315.72º82.86%65.69%-
HSV(B)315.72º60.42%94.12%-
XYZ50.6930.9759.18-
YUV150.55157.04191.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.69%
GREEN value IS 95 (37.5% from 255) = 17.69%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=44.69%
G=17.69%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409520200.600.160.06315.7282.8665.69
HexF05FCA03C10613c5342
Octal360137312074206474123102
Binary1111000010111111100101001111001000011010011110010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05FCA; }

 p { color: rgb(240,95,202); }

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

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

 a { background-color: rgb(240,95,202); }

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

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

 span { border-color: rgb(240,95,202); }

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