Html Css Color HEX #F063CB Neon Pink

📋 copy color: '#F063CB'

red 240 ◦ green 99 ◦ blue 203

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

Shades of Neon Pink #F063CB

Tints of Neon Pink #F063CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.45%

R = 44.28%
G = 18.27%
B = 37.45%

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

#F063CB (or 0xF063CB) is known color: Neon Pink. HEX triplet: F0, 63 and CB. RGB value is (240,99,203). Sum of RGB (Red+Green+Blue) = 240+99+203=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F063CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063CB is #0F9C34. Grayscale: #989898. Windows color (decimal): -1023029 or 13329392. OLE color: 13329392.

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

Color convert

RGB 240 99 203 -
CMYK 0 0.59 0.15 0.06
HSL 315.74º 0.82% 0.66% -
HSV(B) 315.74º 0.59% 0.94% -
XYZ 51.18 31.76 59.93 -
YUV 153.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 240 99 203 0 0.59 0.15 0.06 315.74 0.82 0.66
Hex F0 63 CB 0 3B F 6 13C 52 42
Octal 360 143 313 0 73 17 6 474 122 102
Binary 11110000 1100011 11001011 0 111011 1111 110 100111100 1010010 1000010

Color Harmonies of #F063CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063CB

Black with #F063CB

Text Example


Text Example

White with #F063CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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