#f65fbe

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

Shades of Neon Pink #F65FBE

Tints of Neon Pink #F65FBE

Color information

#F65FBE (or 0xF65FBE) is unknown color: approx Neon Pink. HEX triplet: F6, 5F and BE. RGB value is (246,95,190). Sum of RGB (Red+Green+Blue) = 246+95+190=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65FBE is #09A041. Grayscale: #969696. Windows color (decimal): -630850 or 12476406. OLE color: 12476406.

HSL color Cylindrical-coordinate representation of color #F65FBE: hue angle of 322.25º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65FBE is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB24695190-
CMYK00.610.230.04
HSL322.25º89.35%66.86%-
HSV(B)322.25º61.38%96.47%-
XYZ51.3931.4952.09-
YUV150.98150.03195.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.33%
GREEN value IS 95 (37.5% from 255) = 17.89%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=46.33%
G=17.89%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469519000.610.230.04322.2589.3566.86
HexF65FBE03D1741425943
Octal366137276075274502131103
Binary1111011010111111011111001111011011110010100001010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f65fbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f65fbe; }

 p { color: rgb(246,95,190); }

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

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

 a { background-color: rgb(246,95,190); }

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

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

 span { border-color: rgb(246,95,190); }

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