Html Css Color HEX #F65BCE Neon Pink

📋 copy color: '#F65BCE'

red 246 ◦ green 91 ◦ blue 206

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

Shades of Neon Pink #F65BCE

Tints of Neon Pink #F65BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.76%

 BLUE value IS 206 (80.86% from 255) = 37.94%

R = 45.3%
G = 16.76%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F65BCE (or 0xF65BCE) is known color: Neon Pink. HEX triplet: F6, 5B and CE. RGB value is (246,91,206). Sum of RGB (Red+Green+Blue) = 246+91+206=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 91 (35.94% from 255 or 16.76% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65BCE is #09A431. Grayscale: #969696. Windows color (decimal): -631858 or 13523958. OLE color: 13523958.

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

Color convert

RGB 246 91 206 -
CMYK 0 0.63 0.16 0.04
HSL 315.48º 0.9% 0.66% -
HSV(B) 315.48º 0.63% 0.96% -
XYZ 52.89 31.53 61.69 -
YUV 150.46 159.35 196.15 -
System Red Green Blue C M Y K H S L
Decimal 246 91 206 0 0.63 0.16 0.04 315.48 0.9 0.66
Hex F6 5B CE 0 3F 10 4 13B 5A 42
Octal 366 133 316 0 77 20 4 473 132 102
Binary 11110110 1011011 11001110 0 111111 10000 100 100111011 1011010 1000010

Color Harmonies of #F65BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65BCE

Black with #F65BCE

Text Example


Text Example

White with #F65BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65BCE; }

 p { color: rgb(246,91,206); }

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

background-color css

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

 a { background-color: rgb(246,91,206); }

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

border-color css

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

 span { border-color: rgb(246,91,206); }

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