Html Css Color HEX #F062BD Neon Pink

📋 copy color: '#F062BD'

red 240 ◦ green 98 ◦ blue 189

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

Shades of Neon Pink #F062BD

Tints of Neon Pink #F062BD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.6%

 BLUE value IS 189 (74.22% from 255) = 35.86%

R = 45.54%
G = 18.6%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F062BD (or 0xF062BD) is known color: Neon Pink. HEX triplet: F0, 62 and BD. RGB value is (240,98,189). Sum of RGB (Red+Green+Blue) = 240+98+189=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F062BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062BD is #0F9D42. Grayscale: #969696. Windows color (decimal): -1023299 or 12411632. OLE color: 12411632.

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

Color convert

RGB 240 98 189 -
CMYK 0 0.59 0.21 0.06
HSL 321.55º 0.83% 0.66% -
HSV(B) 321.55º 0.59% 0.94% -
XYZ 49.49 30.93 51.51 -
YUV 150.83 149.54 191.6 -
System Red Green Blue C M Y K H S L
Decimal 240 98 189 0 0.59 0.21 0.06 321.55 0.83 0.66
Hex F0 62 BD 0 3B 15 6 142 53 42
Octal 360 142 275 0 73 25 6 502 123 102
Binary 11110000 1100010 10111101 0 111011 10101 110 101000010 1010011 1000010

Color Harmonies of #F062BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F062BD

Black with #F062BD

Text Example


Text Example

White with #F062BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F062BD; }

 p { color: rgb(240,98,189); }

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

background-color css

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

 a { background-color: rgb(240,98,189); }

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

border-color css

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

 span { border-color: rgb(240,98,189); }

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