Html Css Color HEX #F466BE Neon Pink

📋 copy color: '#F466BE'

red 244 ◦ green 102 ◦ blue 190

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

Shades of Neon Pink #F466BE

Tints of Neon Pink #F466BE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.03%

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

R = 45.52%
G = 19.03%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F466BE (or 0xF466BE) is known color: Neon Pink. HEX triplet: F4, 66 and BE. RGB value is (244,102,190). Sum of RGB (Red+Green+Blue) = 244+102+190=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F466BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F466BE is #0B9941. Grayscale: #9A9A9A. Windows color (decimal): -760130 or 12478196. OLE color: 12478196.

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

Color convert

RGB 244 102 190 -
CMYK 0 0.58 0.22 0.04
HSL 322.82º 0.87% 0.68% -
HSV(B) 322.82º 0.58% 0.96% -
XYZ 51.35 32.45 52.27 -
YUV 154.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 244 102 190 0 0.58 0.22 0.04 322.82 0.87 0.68
Hex F4 66 BE 0 3A 16 4 143 57 44
Octal 364 146 276 0 72 26 4 503 127 104
Binary 11110100 1100110 10111110 0 111010 10110 100 101000011 1010111 1000100

Color Harmonies of #F466BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F466BE

Black with #F466BE

Text Example


Text Example

White with #F466BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F466BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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