Html Css Color HEX #F672CD Neon Pink

📋 copy color: '#F672CD'

red 246 ◦ green 114 ◦ blue 205

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

Shades of Neon Pink #F672CD

Tints of Neon Pink #F672CD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.18%

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 43.54%
G = 20.18%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F672CD (or 0xF672CD) is known color: Neon Pink. HEX triplet: F6, 72 and CD. RGB value is (246,114,205). Sum of RGB (Red+Green+Blue) = 246+114+205=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F672CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672CD is #098D32. Grayscale: #A3A3A3. Windows color (decimal): -625971 or 13464310. OLE color: 13464310.

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

Color convert

RGB 246 114 205 -
CMYK 0 0.54 0.17 0.04
HSL 318.64º 0.88% 0.71% -
HSV(B) 318.64º 0.54% 0.96% -
XYZ 55.04 36.04 61.81 -
YUV 163.84 151.23 186.6 -
System Red Green Blue C M Y K H S L
Decimal 246 114 205 0 0.54 0.17 0.04 318.64 0.88 0.71
Hex F6 72 CD 0 36 11 4 13F 58 47
Octal 366 162 315 0 66 21 4 477 130 107
Binary 11110110 1110010 11001101 0 110110 10001 100 100111111 1011000 1000111

Color Harmonies of #F672CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F672CD

Black with #F672CD

Text Example


Text Example

White with #F672CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F672CD; }

 p { color: rgb(246,114,205); }

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

background-color css

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

 a { background-color: rgb(246,114,205); }

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

border-color css

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

 span { border-color: rgb(246,114,205); }

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