Html Css Color HEX #F65FCC Neon Pink

📋 copy color: '#F65FCC'

red 246 ◦ green 95 ◦ blue 204

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

Shades of Neon Pink #F65FCC

Tints of Neon Pink #F65FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.43%

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 45.14%
G = 17.43%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F65FCC (or 0xF65FCC) is known color: Neon Pink. HEX triplet: F6, 5F and CC. RGB value is (246,95,204). Sum of RGB (Red+Green+Blue) = 246+95+204=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 95 (37.5% from 255 or 17.43% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65FCC is #09A033. Grayscale: #989898. Windows color (decimal): -630836 or 13393910. OLE color: 13393910.

HSL color Cylindrical-coordinate representation of color #F65FCC: hue angle of 316.69º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65FCC is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 95 204 -
CMYK 0 0.61 0.17 0.04
HSL 316.69º 0.89% 0.67% -
HSV(B) 316.69º 0.61% 0.96% -
XYZ 53 32.14 60.54 -
YUV 152.58 157.03 194.64 -
System Red Green Blue C M Y K H S L
Decimal 246 95 204 0 0.61 0.17 0.04 316.69 0.89 0.67
Hex F6 5F CC 0 3D 11 4 13D 59 43
Octal 366 137 314 0 75 21 4 475 131 103
Binary 11110110 1011111 11001100 0 111101 10001 100 100111101 1011001 1000011

Color Harmonies of #F65FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65FCC

Black with #F65FCC

Text Example


Text Example

White with #F65FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65FCC; }

 p { color: rgb(246,95,204); }

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

background-color css

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

 a { background-color: rgb(246,95,204); }

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

border-color css

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

 span { border-color: rgb(246,95,204); }

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