Html Css Color HEX #F05DC6 Neon Pink

📋 copy color: '#F05DC6'

red 240 ◦ green 93 ◦ blue 198

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

Shades of Neon Pink #F05DC6

Tints of Neon Pink #F05DC6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.51%

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

R = 45.2%
G = 17.51%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F05DC6 (or 0xF05DC6) is known color: Neon Pink. HEX triplet: F0, 5D and C6. RGB value is (240,93,198). Sum of RGB (Red+Green+Blue) = 240+93+198=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DC6 is #0FA239. Grayscale: #949494. Windows color (decimal): -1024570 or 13000176. OLE color: 13000176.

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

Color convert

RGB 240 93 198 -
CMYK 0 0.61 0.18 0.06
HSL 317.14º 0.83% 0.65% -
HSV(B) 317.14º 0.61% 0.94% -
XYZ 50.04 30.43 56.66 -
YUV 148.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 240 93 198 0 0.61 0.18 0.06 317.14 0.83 0.65
Hex F0 5D C6 0 3D 12 6 13D 53 41
Octal 360 135 306 0 75 22 6 475 123 101
Binary 11110000 1011101 11000110 0 111101 10010 110 100111101 1010011 1000001

Color Harmonies of #F05DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DC6

Black with #F05DC6

Text Example


Text Example

White with #F05DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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