Html Css Color HEX #F063CC Neon Pink

📋 copy color: '#F063CC'

red 240 ◦ green 99 ◦ blue 204

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

Shades of Neon Pink #F063CC

Tints of Neon Pink #F063CC

RGB

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

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

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

R = 44.2%
G = 18.23%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F063CC (or 0xF063CC) is known color: Neon Pink. HEX triplet: F0, 63 and CC. RGB value is (240,99,204). Sum of RGB (Red+Green+Blue) = 240+99+204=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F063CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063CC is #0F9C33. Grayscale: #989898. Windows color (decimal): -1023028 or 13394928. OLE color: 13394928.

HSL color Cylindrical-coordinate representation of color #F063CC: hue angle of 315.32º 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 #F063CC is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 99 204 -
CMYK 0 0.59 0.15 0.06
HSL 315.32º 0.82% 0.66% -
HSV(B) 315.32º 0.59% 0.94% -
XYZ 51.3 31.81 60.56 -
YUV 153.13 156.71 189.96 -
System Red Green Blue C M Y K H S L
Decimal 240 99 204 0 0.59 0.15 0.06 315.32 0.82 0.66
Hex F0 63 CC 0 3B F 6 13B 52 42
Octal 360 143 314 0 73 17 6 473 122 102
Binary 11110000 1100011 11001100 0 111011 1111 110 100111011 1010010 1000010

Color Harmonies of #F063CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063CC

Black with #F063CC

Text Example


Text Example

White with #F063CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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