Html Css Color HEX #F65AC1 Neon Pink

📋 copy color: '#F65AC1'

red 246 ◦ green 90 ◦ blue 193

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

Shades of Neon Pink #F65AC1

Tints of Neon Pink #F65AC1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.01%

 BLUE value IS 193 (75.78% from 255) = 36.48%

R = 46.5%
G = 17.01%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F65AC1 (or 0xF65AC1) is known color: Neon Pink. HEX triplet: F6, 5A and C1. RGB value is (246,90,193). Sum of RGB (Red+Green+Blue) = 246+90+193=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F65AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65AC1 is #09A53E. Grayscale: #949494. Windows color (decimal): -632127 or 12671734. OLE color: 12671734.

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

Color convert

RGB 246 90 193 -
CMYK 0 0.63 0.22 0.04
HSL 320.38º 0.9% 0.66% -
HSV(B) 320.38º 0.63% 0.96% -
XYZ 51.29 30.76 53.69 -
YUV 148.39 153.18 197.62 -
System Red Green Blue C M Y K H S L
Decimal 246 90 193 0 0.63 0.22 0.04 320.38 0.9 0.66
Hex F6 5A C1 0 3F 16 4 140 5A 42
Octal 366 132 301 0 77 26 4 500 132 102
Binary 11110110 1011010 11000001 0 111111 10110 100 101000000 1011010 1000010

Color Harmonies of #F65AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65AC1

Black with #F65AC1

Text Example


Text Example

White with #F65AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65AC1; }

 p { color: rgb(246,90,193); }

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

background-color css

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

 a { background-color: rgb(246,90,193); }

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

border-color css

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

 span { border-color: rgb(246,90,193); }

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