Html Css Color HEX #F671D4 Neon Pink

📋 copy color: '#F671D4'

red 246 ◦ green 113 ◦ blue 212

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

Shades of Neon Pink #F671D4

Tints of Neon Pink #F671D4

RGB

 RED value IS 246 (96.48% from 255) = 43.08%

 GREEN value IS 113 (44.53% from 255) = 19.79%

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

R = 43.08%
G = 19.79%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F671D4 (or 0xF671D4) is known color: Neon Pink. HEX triplet: F6, 71 and D4. RGB value is (246,113,212). Sum of RGB (Red+Green+Blue) = 246+113+212=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F671D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F671D4 is #098E2B. Grayscale: #A3A3A3. Windows color (decimal): -626220 or 13922806. OLE color: 13922806.

HSL color Cylindrical-coordinate representation of color #F671D4: hue angle of 315.34º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F671D4 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 113 212 -
CMYK 0 0.54 0.14 0.04
HSL 315.34º 0.88% 0.7% -
HSV(B) 315.34º 0.54% 0.96% -
XYZ 55.79 36.16 66.33 -
YUV 164.05 155.06 186.45 -
System Red Green Blue C M Y K H S L
Decimal 246 113 212 0 0.54 0.14 0.04 315.34 0.88 0.7
Hex F6 71 D4 0 36 E 4 13B 58 46
Octal 366 161 324 0 66 16 4 473 130 106
Binary 11110110 1110001 11010100 0 110110 1110 100 100111011 1011000 1000110

Color Harmonies of #F671D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F671D4

Black with #F671D4

Text Example


Text Example

White with #F671D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F671D4; }

 p { color: rgb(246,113,212); }

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

background-color css

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

 a { background-color: rgb(246,113,212); }

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

border-color css

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

 span { border-color: rgb(246,113,212); }

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