Html Css Color HEX #F065C6 Neon Pink

📋 copy color: '#F065C6'

red 240 ◦ green 101 ◦ blue 198

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

Shades of Neon Pink #F065C6

Tints of Neon Pink #F065C6

RGB

 RED value IS 240 (94.14% from 255) = 44.53%

 GREEN value IS 101 (39.84% from 255) = 18.74%

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

R = 44.53%
G = 18.74%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F065C6 (or 0xF065C6) is known color: Neon Pink. HEX triplet: F0, 65 and C6. RGB value is (240,101,198). Sum of RGB (Red+Green+Blue) = 240+101+198=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F065C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065C6 is #0F9A39. Grayscale: #999999. Windows color (decimal): -1022522 or 13002224. OLE color: 13002224.

HSL color Cylindrical-coordinate representation of color #F065C6: hue angle of 318.13º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065C6 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 101 198 -
CMYK 0 0.58 0.18 0.06
HSL 318.13º 0.82% 0.67% -
HSV(B) 318.13º 0.58% 0.94% -
XYZ 50.78 31.91 56.91 -
YUV 153.62 153.05 189.61 -
System Red Green Blue C M Y K H S L
Decimal 240 101 198 0 0.58 0.18 0.06 318.13 0.82 0.67
Hex F0 65 C6 0 3A 12 6 13E 52 43
Octal 360 145 306 0 72 22 6 476 122 103
Binary 11110000 1100101 11000110 0 111010 10010 110 100111110 1010010 1000011

Color Harmonies of #F065C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F065C6

Black with #F065C6

Text Example


Text Example

White with #F065C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F065C6; }

 p { color: rgb(240,101,198); }

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

background-color css

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

 a { background-color: rgb(240,101,198); }

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

border-color css

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

 span { border-color: rgb(240,101,198); }

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