Html Css Color HEX #F465C1 Neon Pink

📋 copy color: '#F465C1'

red 244 ◦ green 101 ◦ blue 193

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

Shades of Neon Pink #F465C1

Tints of Neon Pink #F465C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 45.35%
G = 18.77%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F465C1 (or 0xF465C1) is known color: Neon Pink. HEX triplet: F4, 65 and C1. RGB value is (244,101,193). Sum of RGB (Red+Green+Blue) = 244+101+193=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F465C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465C1 is #0B9A3E. Grayscale: #9A9A9A. Windows color (decimal): -760383 or 12674548. OLE color: 12674548.

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

Color convert

RGB 244 101 193 -
CMYK 0 0.59 0.21 0.04
HSL 321.4º 0.87% 0.68% -
HSV(B) 321.4º 0.59% 0.96% -
XYZ 51.59 32.39 53.99 -
YUV 154.25 149.88 192.02 -
System Red Green Blue C M Y K H S L
Decimal 244 101 193 0 0.59 0.21 0.04 321.4 0.87 0.68
Hex F4 65 C1 0 3B 15 4 141 57 44
Octal 364 145 301 0 73 25 4 501 127 104
Binary 11110100 1100101 11000001 0 111011 10101 100 101000001 1010111 1000100

Color Harmonies of #F465C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F465C1

Black with #F465C1

Text Example


Text Example

White with #F465C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F465C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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