Html Css Color HEX #F05DC2 Neon Pink

📋 copy color: '#F05DC2'

red 240 ◦ green 93 ◦ blue 194

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

Shades of Neon Pink #F05DC2

Tints of Neon Pink #F05DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.81%

R = 45.54%
G = 17.65%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F05DC2 (or 0xF05DC2) is known color: Neon Pink. HEX triplet: F0, 5D and C2. RGB value is (240,93,194). Sum of RGB (Red+Green+Blue) = 240+93+194=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DC2 is #0FA23D. Grayscale: #949494. Windows color (decimal): -1024574 or 12738032. OLE color: 12738032.

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

Color convert

RGB 240 93 194 -
CMYK 0 0.61 0.19 0.06
HSL 318.78º 0.83% 0.65% -
HSV(B) 318.78º 0.61% 0.94% -
XYZ 49.59 30.25 54.26 -
YUV 148.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 240 93 194 0 0.61 0.19 0.06 318.78 0.83 0.65
Hex F0 5D C2 0 3D 13 6 13F 53 41
Octal 360 135 302 0 75 23 6 477 123 101
Binary 11110000 1011101 11000010 0 111101 10011 110 100111111 1010011 1000001

Color Harmonies of #F05DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DC2

Black with #F05DC2

Text Example


Text Example

White with #F05DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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