Html Css Color HEX #F05DC3 Neon Pink

📋 copy color: '#F05DC3'

red 240 ◦ green 93 ◦ blue 195

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

Shades of Neon Pink #F05DC3

Tints of Neon Pink #F05DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.93%

R = 45.45%
G = 17.61%
B = 36.93%

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

#F05DC3 (or 0xF05DC3) is known color: Neon Pink. HEX triplet: F0, 5D and C3. RGB value is (240,93,195). Sum of RGB (Red+Green+Blue) = 240+93+195=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DC3 is #0FA23C. Grayscale: #949494. Windows color (decimal): -1024573 or 12803568. OLE color: 12803568.

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

Color convert

RGB 240 93 195 -
CMYK 0 0.61 0.19 0.06
HSL 318.37º 0.83% 0.65% -
HSV(B) 318.37º 0.61% 0.94% -
XYZ 49.7 30.29 54.86 -
YUV 148.58 154.2 193.21 -
System Red Green Blue C M Y K H S L
Decimal 240 93 195 0 0.61 0.19 0.06 318.37 0.83 0.65
Hex F0 5D C3 0 3D 13 6 13E 53 41
Octal 360 135 303 0 75 23 6 476 123 101
Binary 11110000 1011101 11000011 0 111101 10011 110 100111110 1010011 1000001

Color Harmonies of #F05DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DC3

Black with #F05DC3

Text Example


Text Example

White with #F05DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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