Html Css Color HEX #F672CF Neon Pink

📋 copy color: '#F672CF'

red 246 ◦ green 114 ◦ blue 207

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

Shades of Neon Pink #F672CF

Tints of Neon Pink #F672CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.51%

R = 43.39%
G = 20.11%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F672CF (or 0xF672CF) is known color: Neon Pink. HEX triplet: F6, 72 and CF. RGB value is (246,114,207). Sum of RGB (Red+Green+Blue) = 246+114+207=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F672CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672CF is #098D30. Grayscale: #A3A3A3. Windows color (decimal): -625969 or 13595382. OLE color: 13595382.

HSL color Cylindrical-coordinate representation of color #F672CF: hue angle of 317.73º 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 #F672CF is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 114 207 -
CMYK 0 0.54 0.16 0.04
HSL 317.73º 0.88% 0.71% -
HSV(B) 317.73º 0.54% 0.96% -
XYZ 55.29 36.13 63.09 -
YUV 164.07 152.23 186.44 -
System Red Green Blue C M Y K H S L
Decimal 246 114 207 0 0.54 0.16 0.04 317.73 0.88 0.71
Hex F6 72 CF 0 36 10 4 13E 58 47
Octal 366 162 317 0 66 20 4 476 130 107
Binary 11110110 1110010 11001111 0 110110 10000 100 100111110 1011000 1000111

Color Harmonies of #F672CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F672CF

Black with #F672CF

Text Example


Text Example

White with #F672CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F672CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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