#F465D1

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

Shades of Neon Pink #F465D1

Tints of Neon Pink #F465D1

Color information

#F465D1 (or 0xF465D1) is unknown color: approx Neon Pink. HEX triplet: F4, 65 and D1. RGB value is (244,101,209). Sum of RGB (Red+Green+Blue) = 244+101+209=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F465D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465D1 is #0B9A2E. Grayscale: #9B9B9B. Windows color (decimal): -760367 or 13723124. OLE color: 13723124.

HSL color Cylindrical-coordinate representation of color #F465D1: hue angle of 314.69º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F465D1 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB244101209-
CMYK00.590.140.04
HSL314.69º86.67%67.65%-
HSV(B)314.69º58.61%95.69%-
XYZ53.4733.1463.9-
YUV156.07157.88190.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.04%
GREEN value IS 101 (39.84% from 255) = 18.23%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=44.04%
G=18.23%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410120900.590.140.04314.6986.6767.65
HexF465D103BE413b5744
Octal364145321073164473127104
Binary111101001100101110100010111011111010010011101110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F465D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F465D1; }

 p { color: rgb(244,101,209); }

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

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

 a { background-color: rgb(244,101,209); }

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

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

 span { border-color: rgb(244,101,209); }

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