Html Css Color HEX #F063BD Neon Pink

📋 copy color: '#F063BD'

red 240 ◦ green 99 ◦ blue 189

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

Shades of Neon Pink #F063BD

Tints of Neon Pink #F063BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.8%

R = 45.45%
G = 18.75%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F063BD (or 0xF063BD) is known color: Neon Pink. HEX triplet: F0, 63 and BD. RGB value is (240,99,189). Sum of RGB (Red+Green+Blue) = 240+99+189=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F063BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063BD is #0F9C42. Grayscale: #979797. Windows color (decimal): -1023043 or 12411888. OLE color: 12411888.

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

Color convert

RGB 240 99 189 -
CMYK 0 0.59 0.21 0.06
HSL 321.7º 0.82% 0.66% -
HSV(B) 321.7º 0.59% 0.94% -
XYZ 49.58 31.12 51.54 -
YUV 151.42 149.21 191.18 -
System Red Green Blue C M Y K H S L
Decimal 240 99 189 0 0.59 0.21 0.06 321.7 0.82 0.66
Hex F0 63 BD 0 3B 15 6 142 52 42
Octal 360 143 275 0 73 25 6 502 122 102
Binary 11110000 1100011 10111101 0 111011 10101 110 101000010 1010010 1000010

Color Harmonies of #F063BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063BD

Black with #F063BD

Text Example


Text Example

White with #F063BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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