#F874CA

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

Shades of Neon Pink #F874CA

Tints of Neon Pink #F874CA

Color information

#F874CA (or 0xF874CA) is unknown color: approx Neon Pink. HEX triplet: F8, 74 and CA. RGB value is (248,116,202). Sum of RGB (Red+Green+Blue) = 248+116+202=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F874CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874CA is #078B35. Grayscale: #A5A5A5. Windows color (decimal): -494390 or 13268216. OLE color: 13268216.

HSL color Cylindrical-coordinate representation of color #F874CA: hue angle of 320.91º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F874CA is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248116202-
CMYK00.530.190.03
HSL320.91º90.41%71.37%-
HSV(B)320.91º53.23%97.25%-
XYZ55.6236.7160.03-
YUV165.27148.73187.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.82%
GREEN value IS 116 (45.70% from 255) = 20.49%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=43.82%
G=20.49%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811620200.530.190.03320.9190.4171.37
HexF874CA0351331415a47
Octal370164312065233501132107
Binary111110001110100110010100110101100111110100000110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F874CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F874CA; }

 p { color: rgb(248,116,202); }

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

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

 a { background-color: rgb(248,116,202); }

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

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

 span { border-color: rgb(248,116,202); }

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