Html Css Color HEX #F675C8 Neon Pink

📋 copy color: '#F675C8'

red 246 ◦ green 117 ◦ blue 200

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

Shades of Neon Pink #F675C8

Tints of Neon Pink #F675C8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.78%

 BLUE value IS 200 (78.52% from 255) = 35.52%

R = 43.69%
G = 20.78%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F675C8 (or 0xF675C8) is known color: Neon Pink. HEX triplet: F6, 75 and C8. RGB value is (246,117,200). Sum of RGB (Red+Green+Blue) = 246+117+200=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F675C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F675C8 is #098A37. Grayscale: #A4A4A4. Windows color (decimal): -625208 or 13137398. OLE color: 13137398.

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

Color convert

RGB 246 117 200 -
CMYK 0 0.52 0.19 0.04
HSL 321.4º 0.88% 0.71% -
HSV(B) 321.4º 0.52% 0.96% -
XYZ 54.79 36.49 58.8 -
YUV 165.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 246 117 200 0 0.52 0.19 0.04 321.4 0.88 0.71
Hex F6 75 C8 0 34 13 4 141 58 47
Octal 366 165 310 0 64 23 4 501 130 107
Binary 11110110 1110101 11001000 0 110100 10011 100 101000001 1011000 1000111

Color Harmonies of #F675C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F675C8

Black with #F675C8

Text Example


Text Example

White with #F675C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F675C8; }

 p { color: rgb(246,117,200); }

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

background-color css

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

 a { background-color: rgb(246,117,200); }

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

border-color css

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

 span { border-color: rgb(246,117,200); }

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