Html Css Color HEX #F674D4 Neon Pink

📋 copy color: '#F674D4'

red 246 ◦ green 116 ◦ blue 212

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

Shades of Neon Pink #F674D4

Tints of Neon Pink #F674D4

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.21%

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

R = 42.86%
G = 20.21%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F674D4 (or 0xF674D4) is known color: Neon Pink. HEX triplet: F6, 74 and D4. RGB value is (246,116,212). Sum of RGB (Red+Green+Blue) = 246+116+212=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F674D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F674D4 is #098B2B. Grayscale: #A5A5A5. Windows color (decimal): -625452 or 13923574. OLE color: 13923574.

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

Color convert

RGB 246 116 212 -
CMYK 0 0.53 0.14 0.04
HSL 315.69º 0.88% 0.71% -
HSV(B) 315.69º 0.53% 0.96% -
XYZ 56.14 36.84 66.44 -
YUV 165.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 246 116 212 0 0.53 0.14 0.04 315.69 0.88 0.71
Hex F6 74 D4 0 35 E 4 13C 58 47
Octal 366 164 324 0 65 16 4 474 130 107
Binary 11110110 1110100 11010100 0 110101 1110 100 100111100 1011000 1000111

Color Harmonies of #F674D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F674D4

Black with #F674D4

Text Example


Text Example

White with #F674D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F674D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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