Html Css Color HEX #F65ACB Neon Pink

📋 copy color: '#F65ACB'

red 246 ◦ green 90 ◦ blue 203

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

Shades of Neon Pink #F65ACB

Tints of Neon Pink #F65ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 45.64%
G = 16.7%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F65ACB (or 0xF65ACB) is known color: Neon Pink. HEX triplet: F6, 5A and CB. RGB value is (246,90,203). Sum of RGB (Red+Green+Blue) = 246+90+203=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 90 (35.55% from 255 or 16.70% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F65ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65ACB is #09A534. Grayscale: #959595. Windows color (decimal): -632117 or 13327094. OLE color: 13327094.

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

Color convert

RGB 246 90 203 -
CMYK 0 0.63 0.17 0.04
HSL 316.54º 0.9% 0.66% -
HSV(B) 316.54º 0.63% 0.96% -
XYZ 52.44 31.22 59.76 -
YUV 149.53 158.18 196.81 -
System Red Green Blue C M Y K H S L
Decimal 246 90 203 0 0.63 0.17 0.04 316.54 0.9 0.66
Hex F6 5A CB 0 3F 11 4 13D 5A 42
Octal 366 132 313 0 77 21 4 475 132 102
Binary 11110110 1011010 11001011 0 111111 10001 100 100111101 1011010 1000010

Color Harmonies of #F65ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65ACB

Black with #F65ACB

Text Example


Text Example

White with #F65ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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