Html Css Color HEX #F65AC5 Neon Pink

📋 copy color: '#F65AC5'

red 246 ◦ green 90 ◦ blue 197

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

Shades of Neon Pink #F65AC5

Tints of Neon Pink #F65AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.96%

R = 46.15%
G = 16.89%
B = 36.96%

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

#F65AC5 (or 0xF65AC5) is known color: Neon Pink. HEX triplet: F6, 5A and C5. RGB value is (246,90,197). Sum of RGB (Red+Green+Blue) = 246+90+197=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F65AC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65AC5 is #09A53A. Grayscale: #949494. Windows color (decimal): -632123 or 12933878. OLE color: 12933878.

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

Color convert

RGB 246 90 197 -
CMYK 0 0.63 0.20 0.04
HSL 318.85º 0.9% 0.66% -
HSV(B) 318.85º 0.63% 0.96% -
XYZ 51.74 30.94 56.07 -
YUV 148.84 155.18 197.3 -
System Red Green Blue C M Y K H S L
Decimal 246 90 197 0 0.63 0.20 0.04 318.85 0.9 0.66
Hex F6 5A C5 0 3F 14 4 13F 5A 42
Octal 366 132 305 0 77 24 4 477 132 102
Binary 11110110 1011010 11000101 0 111111 10100 100 100111111 1011010 1000010

Color Harmonies of #F65AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65AC5

Black with #F65AC5

Text Example


Text Example

White with #F65AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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