Html Css Color HEX #F468D4 Neon Pink

📋 copy color: '#F468D4'

red 244 ◦ green 104 ◦ blue 212

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

Shades of Neon Pink #F468D4

Tints of Neon Pink #F468D4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.57%

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

R = 43.57%
G = 18.57%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F468D4 (or 0xF468D4) is known color: Neon Pink. HEX triplet: F4, 68 and D4. RGB value is (244,104,212). Sum of RGB (Red+Green+Blue) = 244+104+212=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 104 (41.02% from 255 or 18.57% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F468D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F468D4 is #0B972B. Grayscale: #9D9D9D. Windows color (decimal): -759596 or 13920500. OLE color: 13920500.

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

Color convert

RGB 244 104 212 -
CMYK 0 0.57 0.13 0.04
HSL 313.71º 0.86% 0.68% -
HSV(B) 313.71º 0.57% 0.96% -
XYZ 54.14 33.89 65.97 -
YUV 158.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 244 104 212 0 0.57 0.13 0.04 313.71 0.86 0.68
Hex F4 68 D4 0 39 D 4 13A 56 44
Octal 364 150 324 0 71 15 4 472 126 104
Binary 11110100 1101000 11010100 0 111001 1101 100 100111010 1010110 1000100

Color Harmonies of #F468D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F468D4

Black with #F468D4

Text Example


Text Example

White with #F468D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F468D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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