Html Css Color HEX #F65DC2 Neon Pink

📋 copy color: '#F65DC2'

red 246 ◦ green 93 ◦ blue 194

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

Shades of Neon Pink #F65DC2

Tints of Neon Pink #F65DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.4%

R = 46.15%
G = 17.45%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F65DC2 (or 0xF65DC2) is known color: Neon Pink. HEX triplet: F6, 5D and C2. RGB value is (246,93,194). Sum of RGB (Red+Green+Blue) = 246+93+194=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65DC2 is #09A23D. Grayscale: #969696. Windows color (decimal): -631358 or 12738038. OLE color: 12738038.

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

Color convert

RGB 246 93 194 -
CMYK 0 0.62 0.21 0.04
HSL 320.39º 0.89% 0.66% -
HSV(B) 320.39º 0.62% 0.96% -
XYZ 51.66 31.32 54.36 -
YUV 150.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 246 93 194 0 0.62 0.21 0.04 320.39 0.89 0.66
Hex F6 5D C2 0 3E 15 4 140 59 42
Octal 366 135 302 0 76 25 4 500 131 102
Binary 11110110 1011101 11000010 0 111110 10101 100 101000000 1011001 1000010

Color Harmonies of #F65DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65DC2

Black with #F65DC2

Text Example


Text Example

White with #F65DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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