Html Css Color HEX #F05DBE Neon Pink

📋 copy color: '#F05DBE'

red 240 ◦ green 93 ◦ blue 190

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

Shades of Neon Pink #F05DBE

Tints of Neon Pink #F05DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 45.89%
G = 17.78%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F05DBE (or 0xF05DBE) is known color: Neon Pink. HEX triplet: F0, 5D and BE. RGB value is (240,93,190). Sum of RGB (Red+Green+Blue) = 240+93+190=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DBE is #0FA241. Grayscale: #939393. Windows color (decimal): -1024578 or 12475888. OLE color: 12475888.

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

Color convert

RGB 240 93 190 -
CMYK 0 0.61 0.21 0.06
HSL 320.41º 0.83% 0.65% -
HSV(B) 320.41º 0.61% 0.94% -
XYZ 49.14 30.07 51.93 -
YUV 148.01 151.7 193.61 -
System Red Green Blue C M Y K H S L
Decimal 240 93 190 0 0.61 0.21 0.06 320.41 0.83 0.65
Hex F0 5D BE 0 3D 15 6 140 53 41
Octal 360 135 276 0 75 25 6 500 123 101
Binary 11110000 1011101 10111110 0 111101 10101 110 101000000 1010011 1000001

Color Harmonies of #F05DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DBE

Black with #F05DBE

Text Example


Text Example

White with #F05DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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