Html Css Color HEX #F05DC0 Neon Pink

📋 copy color: '#F05DC0'

red 240 ◦ green 93 ◦ blue 192

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

Shades of Neon Pink #F05DC0

Tints of Neon Pink #F05DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.57%

R = 45.71%
G = 17.71%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F05DC0 (or 0xF05DC0) is known color: Neon Pink. HEX triplet: F0, 5D and C0. RGB value is (240,93,192). Sum of RGB (Red+Green+Blue) = 240+93+192=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DC0 is #0FA23F. Grayscale: #939393. Windows color (decimal): -1024576 or 12606960. OLE color: 12606960.

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

Color convert

RGB 240 93 192 -
CMYK 0 0.61 0.20 0.06
HSL 319.59º 0.83% 0.65% -
HSV(B) 319.59º 0.61% 0.94% -
XYZ 49.36 30.16 53.09 -
YUV 148.24 152.7 193.45 -
System Red Green Blue C M Y K H S L
Decimal 240 93 192 0 0.61 0.20 0.06 319.59 0.83 0.65
Hex F0 5D C0 0 3D 14 6 140 53 41
Octal 360 135 300 0 75 24 6 500 123 101
Binary 11110000 1011101 11000000 0 111101 10100 110 101000000 1010011 1000001

Color Harmonies of #F05DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DC0

Black with #F05DC0

Text Example


Text Example

White with #F05DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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