Html Css Color HEX #F675CE Neon Pink

📋 copy color: '#F675CE'

red 246 ◦ green 117 ◦ blue 206

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

Shades of Neon Pink #F675CE

Tints of Neon Pink #F675CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.2%

R = 43.23%
G = 20.56%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F675CE (or 0xF675CE) is known color: Neon Pink. HEX triplet: F6, 75 and CE. RGB value is (246,117,206). Sum of RGB (Red+Green+Blue) = 246+117+206=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F675CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F675CE is #098A31. Grayscale: #A5A5A5. Windows color (decimal): -625202 or 13530614. OLE color: 13530614.

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

Color convert

RGB 246 117 206 -
CMYK 0 0.52 0.16 0.04
HSL 318.6º 0.88% 0.71% -
HSV(B) 318.6º 0.52% 0.96% -
XYZ 55.51 36.77 62.56 -
YUV 165.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 246 117 206 0 0.52 0.16 0.04 318.6 0.88 0.71
Hex F6 75 CE 0 34 10 4 13F 58 47
Octal 366 165 316 0 64 20 4 477 130 107
Binary 11110110 1110101 11001110 0 110100 10000 100 100111111 1011000 1000111

Color Harmonies of #F675CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F675CE

Black with #F675CE

Text Example


Text Example

White with #F675CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F675CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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