Html Css Color HEX #F063BF Neon Pink

📋 copy color: '#F063BF'

red 240 ◦ green 99 ◦ blue 191

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

Shades of Neon Pink #F063BF

Tints of Neon Pink #F063BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.04%

R = 45.28%
G = 18.68%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F063BF (or 0xF063BF) is known color: Neon Pink. HEX triplet: F0, 63 and BF. RGB value is (240,99,191). Sum of RGB (Red+Green+Blue) = 240+99+191=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F063BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063BF is #0F9C40. Grayscale: #979797. Windows color (decimal): -1023041 or 12542960. OLE color: 12542960.

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

Color convert

RGB 240 99 191 -
CMYK 0 0.59 0.20 0.06
HSL 320.85º 0.82% 0.66% -
HSV(B) 320.85º 0.59% 0.94% -
XYZ 49.8 31.21 52.69 -
YUV 151.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 240 99 191 0 0.59 0.20 0.06 320.85 0.82 0.66
Hex F0 63 BF 0 3B 14 6 141 52 42
Octal 360 143 277 0 73 24 6 501 122 102
Binary 11110000 1100011 10111111 0 111011 10100 110 101000001 1010010 1000010

Color Harmonies of #F063BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063BF

Black with #F063BF

Text Example


Text Example

White with #F063BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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