Html Css Color HEX #F655C2 Neon Pink

📋 copy color: '#F655C2'

red 246 ◦ green 85 ◦ blue 194

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

Shades of Neon Pink #F655C2

Tints of Neon Pink #F655C2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.19%

 BLUE value IS 194 (76.17% from 255) = 36.95%

R = 46.86%
G = 16.19%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F655C2 (or 0xF655C2) is known color: Neon Pink. HEX triplet: F6, 55 and C2. RGB value is (246,85,194). Sum of RGB (Red+Green+Blue) = 246+85+194=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F655C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F655C2 is #09AA3D. Grayscale: #919191. Windows color (decimal): -633406 or 12735990. OLE color: 12735990.

HSL color Cylindrical-coordinate representation of color #F655C2: hue angle of 319.38º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F655C2 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 85 194 -
CMYK 0 0.65 0.21 0.04
HSL 319.38º 0.9% 0.65% -
HSV(B) 319.38º 0.65% 0.96% -
XYZ 50.99 29.98 54.14 -
YUV 145.57 155.34 199.64 -
System Red Green Blue C M Y K H S L
Decimal 246 85 194 0 0.65 0.21 0.04 319.38 0.9 0.65
Hex F6 55 C2 0 41 15 4 13F 5A 41
Octal 366 125 302 0 101 25 4 477 132 101
Binary 11110110 1010101 11000010 0 1000001 10101 100 100111111 1011010 1000001

Color Harmonies of #F655C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F655C2

Black with #F655C2

Text Example


Text Example

White with #F655C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F655C2; }

 p { color: rgb(246,85,194); }

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

background-color css

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

 a { background-color: rgb(246,85,194); }

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

border-color css

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

 span { border-color: rgb(246,85,194); }

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