Html Css Color HEX #F065BE Neon Pink

📋 copy color: '#F065BE'

red 240 ◦ green 101 ◦ blue 190

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

Shades of Neon Pink #F065BE

Tints of Neon Pink #F065BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.02%

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

R = 45.2%
G = 19.02%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F065BE (or 0xF065BE) is known color: Neon Pink. HEX triplet: F0, 65 and BE. RGB value is (240,101,190). Sum of RGB (Red+Green+Blue) = 240+101+190=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F065BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065BE is #0F9A41. Grayscale: #989898. Windows color (decimal): -1022530 or 12477936. OLE color: 12477936.

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

Color convert

RGB 240 101 190 -
CMYK 0 0.58 0.21 0.06
HSL 321.58º 0.82% 0.67% -
HSV(B) 321.58º 0.58% 0.94% -
XYZ 49.88 31.55 52.18 -
YUV 152.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 240 101 190 0 0.58 0.21 0.06 321.58 0.82 0.67
Hex F0 65 BE 0 3A 15 6 142 52 43
Octal 360 145 276 0 72 25 6 502 122 103
Binary 11110000 1100101 10111110 0 111010 10101 110 101000010 1010010 1000011

Color Harmonies of #F065BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F065BE

Black with #F065BE

Text Example


Text Example

White with #F065BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F065BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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