Html Css Color HEX #F65DCC Neon Pink

📋 copy color: '#F65DCC'

red 246 ◦ green 93 ◦ blue 204

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

Shades of Neon Pink #F65DCC

Tints of Neon Pink #F65DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.57%

R = 45.3%
G = 17.13%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F65DCC (or 0xF65DCC) is known color: Neon Pink. HEX triplet: F6, 5D and CC. RGB value is (246,93,204). Sum of RGB (Red+Green+Blue) = 246+93+204=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65DCC is #09A233. Grayscale: #979797. Windows color (decimal): -631348 or 13393398. OLE color: 13393398.

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

Color convert

RGB 246 93 204 -
CMYK 0 0.62 0.17 0.04
HSL 316.47º 0.89% 0.66% -
HSV(B) 316.47º 0.62% 0.96% -
XYZ 52.82 31.78 60.48 -
YUV 151.4 157.69 195.47 -
System Red Green Blue C M Y K H S L
Decimal 246 93 204 0 0.62 0.17 0.04 316.47 0.89 0.66
Hex F6 5D CC 0 3E 11 4 13C 59 42
Octal 366 135 314 0 76 21 4 474 131 102
Binary 11110110 1011101 11001100 0 111110 10001 100 100111100 1011001 1000010

Color Harmonies of #F65DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65DCC

Black with #F65DCC

Text Example


Text Example

White with #F65DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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