Html Css Color HEX #F65AC6 Neon Pink

📋 copy color: '#F65AC6'

red 246 ◦ green 90 ◦ blue 198

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

Shades of Neon Pink #F65AC6

Tints of Neon Pink #F65AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.08%

R = 46.07%
G = 16.85%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F65AC6 (or 0xF65AC6) is known color: Neon Pink. HEX triplet: F6, 5A and C6. RGB value is (246,90,198). Sum of RGB (Red+Green+Blue) = 246+90+198=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 90 (35.55% from 255 or 16.85% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F65AC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65AC6 is #09A539. Grayscale: #949494. Windows color (decimal): -632122 or 12999414. OLE color: 12999414.

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

Color convert

RGB 246 90 198 -
CMYK 0 0.63 0.20 0.04
HSL 318.46º 0.9% 0.66% -
HSV(B) 318.46º 0.63% 0.96% -
XYZ 51.86 30.98 56.67 -
YUV 148.96 155.68 197.22 -
System Red Green Blue C M Y K H S L
Decimal 246 90 198 0 0.63 0.20 0.04 318.46 0.9 0.66
Hex F6 5A C6 0 3F 14 4 13E 5A 42
Octal 366 132 306 0 77 24 4 476 132 102
Binary 11110110 1011010 11000110 0 111111 10100 100 100111110 1011010 1000010

Color Harmonies of #F65AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65AC6

Black with #F65AC6

Text Example


Text Example

White with #F65AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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