Html Css Color HEX #F465BE Neon Pink

📋 copy color: '#F465BE'

red 244 ◦ green 101 ◦ blue 190

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

Shades of Neon Pink #F465BE

Tints of Neon Pink #F465BE

RGB

 RED value IS 244 (95.7% from 255) = 45.61%

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

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

R = 45.61%
G = 18.88%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F465BE (or 0xF465BE) is known color: Neon Pink. HEX triplet: F4, 65 and BE. RGB value is (244,101,190). Sum of RGB (Red+Green+Blue) = 244+101+190=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F465BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465BE is #0B9A41. Grayscale: #999999. Windows color (decimal): -760386 or 12477940. OLE color: 12477940.

HSL color Cylindrical-coordinate representation of color #F465BE: hue angle of 322.66º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F465BE is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 101 190 -
CMYK 0 0.59 0.22 0.04
HSL 322.66º 0.87% 0.68% -
HSV(B) 322.66º 0.59% 0.96% -
XYZ 51.26 32.26 52.24 -
YUV 153.9 148.38 192.26 -
System Red Green Blue C M Y K H S L
Decimal 244 101 190 0 0.59 0.22 0.04 322.66 0.87 0.68
Hex F4 65 BE 0 3B 16 4 143 57 44
Octal 364 145 276 0 73 26 4 503 127 104
Binary 11110100 1100101 10111110 0 111011 10110 100 101000011 1010111 1000100

Color Harmonies of #F465BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F465BE

Black with #F465BE

Text Example


Text Example

White with #F465BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F465BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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