Html Css Color HEX #F467D4 Neon Pink

📋 copy color: '#F467D4'

red 244 ◦ green 103 ◦ blue 212

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

Shades of Neon Pink #F467D4

Tints of Neon Pink #F467D4

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.43%

 BLUE value IS 212 (83.2% from 255) = 37.92%

R = 43.65%
G = 18.43%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F467D4 (or 0xF467D4) is known color: Neon Pink. HEX triplet: F4, 67 and D4. RGB value is (244,103,212). Sum of RGB (Red+Green+Blue) = 244+103+212=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 103 (40.62% from 255 or 18.43% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F467D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F467D4 is #0B982B. Grayscale: #9D9D9D. Windows color (decimal): -759852 or 13920244. OLE color: 13920244.

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

Color convert

RGB 244 103 212 -
CMYK 0 0.58 0.13 0.04
HSL 313.62º 0.87% 0.68% -
HSV(B) 313.62º 0.58% 0.96% -
XYZ 54.04 33.69 65.94 -
YUV 157.59 158.71 189.64 -
System Red Green Blue C M Y K H S L
Decimal 244 103 212 0 0.58 0.13 0.04 313.62 0.87 0.68
Hex F4 67 D4 0 3A D 4 13A 57 44
Octal 364 147 324 0 72 15 4 472 127 104
Binary 11110100 1100111 11010100 0 111010 1101 100 100111010 1010111 1000100

Color Harmonies of #F467D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F467D4

Black with #F467D4

Text Example


Text Example

White with #F467D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F467D4; }

 p { color: rgb(244,103,212); }

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

background-color css

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

 a { background-color: rgb(244,103,212); }

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

border-color css

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

 span { border-color: rgb(244,103,212); }

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