Html Css Color HEX #F65DBF Neon Pink

📋 copy color: '#F65DBF'

red 246 ◦ green 93 ◦ blue 191

#F65DBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #F65DBF

Tints of Neon Pink #F65DBF

RGB

 RED value IS 246 (96.48% from 255) = 46.42%

 GREEN value IS 93 (36.72% from 255) = 17.55%

 BLUE value IS 191 (75% from 255) = 36.04%

R = 46.42%
G = 17.55%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F65DBF (or 0xF65DBF) is known color: Neon Pink. HEX triplet: F6, 5D and BF. RGB value is (246,93,191). Sum of RGB (Red+Green+Blue) = 246+93+191=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65DBF is #09A240. Grayscale: #959595. Windows color (decimal): -631361 or 12541430. OLE color: 12541430.

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

Color convert

RGB 246 93 191 -
CMYK 0 0.62 0.22 0.04
HSL 321.57º 0.89% 0.66% -
HSV(B) 321.57º 0.62% 0.96% -
XYZ 51.32 31.18 52.6 -
YUV 149.92 151.19 196.53 -
System Red Green Blue C M Y K H S L
Decimal 246 93 191 0 0.62 0.22 0.04 321.57 0.89 0.66
Hex F6 5D BF 0 3E 16 4 142 59 42
Octal 366 135 277 0 76 26 4 502 131 102
Binary 11110110 1011101 10111111 0 111110 10110 100 101000010 1011001 1000010

Color Harmonies of #F65DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65DBF

Black with #F65DBF

Text Example


Text Example

White with #F65DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65DBF; }

 p { color: rgb(246,93,191); }

 H1.HeaderClassName
 {
   color: #F65DBF;
 }
 .AnyTagClassName
 {
   color: #F65DBF;
 }
</style>

background-color css

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

 a { background-color: rgb(246,93,191); }

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

border-color css

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

 span { border-color: rgb(246,93,191); }

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