Html Css Color HEX #F05BC6 Neon Pink

📋 copy color: '#F05BC6'

red 240 ◦ green 91 ◦ blue 198

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

Shades of Neon Pink #F05BC6

Tints of Neon Pink #F05BC6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.2%

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

R = 45.37%
G = 17.2%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F05BC6 (or 0xF05BC6) is known color: Neon Pink. HEX triplet: F0, 5B and C6. RGB value is (240,91,198). Sum of RGB (Red+Green+Blue) = 240+91+198=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F05BC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05BC6 is #0FA439. Grayscale: #939393. Windows color (decimal): -1025082 or 12999664. OLE color: 12999664.

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

Color convert

RGB 240 91 198 -
CMYK 0 0.62 0.18 0.06
HSL 316.91º 0.83% 0.65% -
HSV(B) 316.91º 0.62% 0.94% -
XYZ 49.87 30.08 56.6 -
YUV 147.75 156.36 193.8 -
System Red Green Blue C M Y K H S L
Decimal 240 91 198 0 0.62 0.18 0.06 316.91 0.83 0.65
Hex F0 5B C6 0 3E 12 6 13D 53 41
Octal 360 133 306 0 76 22 6 475 123 101
Binary 11110000 1011011 11000110 0 111110 10010 110 100111101 1010011 1000001

Color Harmonies of #F05BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05BC6

Black with #F05BC6

Text Example


Text Example

White with #F05BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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