Html Css Color HEX #F063C6 Neon Pink

📋 copy color: '#F063C6'

red 240 ◦ green 99 ◦ blue 198

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

Shades of Neon Pink #F063C6

Tints of Neon Pink #F063C6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.44%

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

R = 44.69%
G = 18.44%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F063C6 (or 0xF063C6) is known color: Neon Pink. HEX triplet: F0, 63 and C6. RGB value is (240,99,198). Sum of RGB (Red+Green+Blue) = 240+99+198=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F063C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063C6 is #0F9C39. Grayscale: #989898. Windows color (decimal): -1023034 or 13001712. OLE color: 13001712.

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

Color convert

RGB 240 99 198 -
CMYK 0 0.59 0.18 0.06
HSL 317.87º 0.82% 0.66% -
HSV(B) 317.87º 0.59% 0.94% -
XYZ 50.59 31.53 56.84 -
YUV 152.45 153.71 190.45 -
System Red Green Blue C M Y K H S L
Decimal 240 99 198 0 0.59 0.18 0.06 317.87 0.82 0.66
Hex F0 63 C6 0 3B 12 6 13E 52 42
Octal 360 143 306 0 73 22 6 476 122 102
Binary 11110000 1100011 11000110 0 111011 10010 110 100111110 1010010 1000010

Color Harmonies of #F063C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063C6

Black with #F063C6

Text Example


Text Example

White with #F063C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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