Html Css Color HEX #F669D4 Neon Pink

📋 copy color: '#F669D4'

red 246 ◦ green 105 ◦ blue 212

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

Shades of Neon Pink #F669D4

Tints of Neon Pink #F669D4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.65%

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

R = 43.69%
G = 18.65%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F669D4 (or 0xF669D4) is known color: Neon Pink. HEX triplet: F6, 69 and D4. RGB value is (246,105,212). Sum of RGB (Red+Green+Blue) = 246+105+212=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 105 (41.41% from 255 or 18.65% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F669D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F669D4 is #09962B. Grayscale: #9F9F9F. Windows color (decimal): -628268 or 13920758. OLE color: 13920758.

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

Color convert

RGB 246 105 212 -
CMYK 0 0.57 0.14 0.04
HSL 314.47º 0.89% 0.69% -
HSV(B) 314.47º 0.57% 0.96% -
XYZ 54.94 34.45 66.04 -
YUV 159.36 157.71 189.8 -
System Red Green Blue C M Y K H S L
Decimal 246 105 212 0 0.57 0.14 0.04 314.47 0.89 0.69
Hex F6 69 D4 0 39 E 4 13A 59 45
Octal 366 151 324 0 71 16 4 472 131 105
Binary 11110110 1101001 11010100 0 111001 1110 100 100111010 1011001 1000101

Color Harmonies of #F669D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F669D4

Black with #F669D4

Text Example


Text Example

White with #F669D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F669D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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