Html Css Color HEX #F65DCE Neon Pink

📋 copy color: '#F65DCE'

red 246 ◦ green 93 ◦ blue 206

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

Shades of Neon Pink #F65DCE

Tints of Neon Pink #F65DCE

RGB

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

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

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

R = 45.14%
G = 17.06%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F65DCE (or 0xF65DCE) is known color: Neon Pink. HEX triplet: F6, 5D and CE. RGB value is (246,93,206). Sum of RGB (Red+Green+Blue) = 246+93+206=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65DCE is #09A231. Grayscale: #979797. Windows color (decimal): -631346 or 13524470. OLE color: 13524470.

HSL color Cylindrical-coordinate representation of color #F65DCE: hue angle of 315.69º 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 #F65DCE is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 93 206 -
CMYK 0 0.62 0.16 0.04
HSL 315.69º 0.89% 0.66% -
HSV(B) 315.69º 0.62% 0.96% -
XYZ 53.06 31.88 61.75 -
YUV 151.63 158.69 195.31 -
System Red Green Blue C M Y K H S L
Decimal 246 93 206 0 0.62 0.16 0.04 315.69 0.89 0.66
Hex F6 5D CE 0 3E 10 4 13C 59 42
Octal 366 135 316 0 76 20 4 474 131 102
Binary 11110110 1011101 11001110 0 111110 10000 100 100111100 1011001 1000010

Color Harmonies of #F65DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65DCE

Black with #F65DCE

Text Example


Text Example

White with #F65DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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